Skip to content

Commit

Permalink
chore(k8s): Replace version in k8s manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
svccicd committed Nov 26, 2024
1 parent 31e95df commit 57505d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
spec:
containers:
- name: netbox-ssot
image: ghcr.io/bl4ko/netbox-ssot:v1.6.0
image: ghcr.io/bl4ko/netbox-ssot:v1.6.1
imagePullPolicy: Always
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion k8s/cronjob_with_cert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
spec:
containers:
- name: netbox-ssot
image: ghcr.io/bl4ko/netbox-ssot:v1.6.0
image: ghcr.io/bl4ko/netbox-ssot:v1.6.1
imagePullPolicy: Always
resources:
limits:
Expand Down

0 comments on commit 57505d6

Please sign in to comment.