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 Jan 23, 2025
1 parent 39a2df5 commit 04f526c
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.8.4
image: ghcr.io/bl4ko/netbox-ssot:v1.8.5
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.8.4
image: ghcr.io/bl4ko/netbox-ssot:v1.8.5
imagePullPolicy: Always
resources:
limits:
Expand Down

0 comments on commit 04f526c

Please sign in to comment.