From d2a252889ccae6ac34adb25c3bffbb164e1abb59 Mon Sep 17 00:00:00 2001 From: Massaki Archambault Date: Fri, 17 Nov 2023 13:03:48 -0500 Subject: [PATCH] updates --- Makefile | 2 +- kustomize/bases/nextcloud/kustomization.yaml | 2 +- kustomize/env/prod/kustomization.yaml | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 2a1495d..2a3cd2d 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ KUBECTL = kubectl KUBECTLFLAGS = KUBECTLDIFFFLAGS = KUBECTLDIFFPRINTER = highlight --out-format xterm256 --syntax diff -KUBECTLAPPLYFLAGS = --prune --server-side --force-conflicts +KUBECTLAPPLYFLAGS = --server-side --force-conflicts KUBECTLAPPLYPRINTER = sed -E -e 's/(.+configured)/\o033[32m\1\o033[0m/g' -e 's/(.+pruned)/\o033[31m\1\o033[0m/g' SRC := $(shell find kustomize/ -type f) diff --git a/kustomize/bases/nextcloud/kustomization.yaml b/kustomize/bases/nextcloud/kustomization.yaml index 146d70f..6a74ed0 100644 --- a/kustomize/bases/nextcloud/kustomization.yaml +++ b/kustomize/bases/nextcloud/kustomization.yaml @@ -4,7 +4,7 @@ resources: - nextcloud-deployment.yaml - collabora-deployment.yaml - nextcloud-cronjob.yaml - - previewgenerator-cronjob.yaml + # - previewgenerator-cronjob.yaml - nextcloud-ingress.yaml namePrefix: nextcloud- diff --git a/kustomize/env/prod/kustomization.yaml b/kustomize/env/prod/kustomization.yaml index a3c1ccc..144babd 100644 --- a/kustomize/env/prod/kustomization.yaml +++ b/kustomize/env/prod/kustomization.yaml @@ -20,9 +20,9 @@ buildMetadata: images: - name: gitea/gitea - newTag: 1.20.1 + newTag: 1.21.0 - name: grafana/grafana - newTag: 10.1.2 + newTag: 10.2.1 # - name: prom/node-exporter # newTag: v0.18.1 - name: prom/blackbox-exporter @@ -33,15 +33,15 @@ images: # - name: drone/drone-runner-kube # newTag: 1.0.0-rc.3 - name: nextcloud - newTag: 27.1.1 + newTag: 27.1.3 - name: collabora/code - newTag: 23.05.4.2.1 + newTag: 23.05.5.4.1 - name: nextcloud/aio-imaginary newTag: 20230613_120442-latest-arm64 - name: homeassistant/home-assistant newTag: 2023.10.2 - name: jellyfin/jellyfin - newTag: 10.8.10 + newTag: 10.8.12 - name: lscr.io/linuxserver/deluge newTag: latest - name: postgres @@ -49,7 +49,7 @@ images: - name: redis newTag: 6.2.10 - name: bitnami/kubectl - newTag: "1.25" + newTag: "1.26" # configMapGenerator: # - name: ecommerce-exporter-config