Skip to content

Commit

Permalink
apps: base: qbittorrent: Set image tag.
Browse files Browse the repository at this point in the history
[Images | Kubernetes](https://kubernetes.io/docs/concepts/containers/images/)

> if you omit the `imagePullPolicy` field, and the tag for the container image is `:latest`, `imagePullPolicy` is automatically set to `Always`;
  • Loading branch information
wigust committed Dec 5, 2023
1 parent f928efe commit b6f07e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/base/qbittorrent-exporter/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app.kubernetes.io/part-of: qbittorrent
spec:
containers:
- image: caseyscarborough/qbittorrent-exporter:latest
- image: caseyscarborough/qbittorrent-exporter:v1.3.5
name: qbittorrent-exporter
ports:
- containerPort: 17871
Expand Down

0 comments on commit b6f07e9

Please sign in to comment.