From 525d7d99a1a7144c8732300acd8c455cd4c05c53 Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 09:28:12 +0800 Subject: [PATCH 1/2] chore(deps): pin image ghcr.io/fluxcd/flux-manifests to 5502bbd (#100) Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com> --- kube/clusters/biohazard/flux/flux-install.yaml | 2 +- kube/clusters/nuclear/flux/flux-install.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kube/clusters/biohazard/flux/flux-install.yaml b/kube/clusters/biohazard/flux/flux-install.yaml index f53d659a..21061501 100644 --- a/kube/clusters/biohazard/flux/flux-install.yaml +++ b/kube/clusters/biohazard/flux/flux-install.yaml @@ -9,7 +9,7 @@ spec: interval: 10m url: oci://ghcr.io/fluxcd/flux-manifests ref: - tag: v2.1.2 + tag: v2.1.2@sha256:5502bbd944688e3a6e1804521be7bcfcb66cf72d130196fe2736e00c6016525f --- apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization diff --git a/kube/clusters/nuclear/flux/flux-install.yaml b/kube/clusters/nuclear/flux/flux-install.yaml index ada43796..2039659f 100644 --- a/kube/clusters/nuclear/flux/flux-install.yaml +++ b/kube/clusters/nuclear/flux/flux-install.yaml @@ -9,7 +9,7 @@ spec: interval: 10m url: oci://ghcr.io/fluxcd/flux-manifests ref: - tag: v2.1.2 + tag: v2.1.2@sha256:5502bbd944688e3a6e1804521be7bcfcb66cf72d130196fe2736e00c6016525f --- apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization From 6aa5cdc1b05ed82f736a91d7c113a486dc2e90f1 Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 09:28:49 +0800 Subject: [PATCH 2/2] feat(container): update image ghcr.io/onedr0p/postgres-init to v15.5 (#108) Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com> --- kube/templates/test/app/hr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kube/templates/test/app/hr.yaml b/kube/templates/test/app/hr.yaml index ae83d523..97b76789 100644 --- a/kube/templates/test/app/hr.yaml +++ b/kube/templates/test/app/hr.yaml @@ -85,7 +85,7 @@ spec: 01-init-db: image: repository: "ghcr.io/onedr0p/postgres-init" - tag: "15.0" + tag: "15.5@sha256:18560dc4098004b6486a81c92d575a7f9d636c5ede997c515f15b52e130bd827" imagePullPolicy: IfNotPresent envFrom: [secretRef: {name: "${APPNAME}-pg-superuser"}] service: