From 622109db538aa8547287303f818b388bf6d4124f Mon Sep 17 00:00:00 2001 From: svccicd <187764736+svccicd@users.noreply.github.com> Date: Wed, 11 Dec 2024 09:46:33 +0000 Subject: [PATCH] chore(k8s): Replace version in k8s manifests --- k8s/cronjob.yaml | 2 +- k8s/cronjob_with_cert.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/cronjob.yaml b/k8s/cronjob.yaml index 05d3c33e..e000618b 100644 --- a/k8s/cronjob.yaml +++ b/k8s/cronjob.yaml @@ -10,7 +10,7 @@ spec: spec: containers: - name: netbox-ssot - image: ghcr.io/bl4ko/netbox-ssot:v1.7.6 + image: ghcr.io/bl4ko/netbox-ssot:v1.7.7 imagePullPolicy: Always resources: limits: diff --git a/k8s/cronjob_with_cert.yaml b/k8s/cronjob_with_cert.yaml index f19a65c6..f426023f 100644 --- a/k8s/cronjob_with_cert.yaml +++ b/k8s/cronjob_with_cert.yaml @@ -10,7 +10,7 @@ spec: spec: containers: - name: netbox-ssot - image: ghcr.io/bl4ko/netbox-ssot:v1.7.6 + image: ghcr.io/bl4ko/netbox-ssot:v1.7.7 imagePullPolicy: Always resources: limits: