updates
This commit is contained in:
parent
e535c03936
commit
d2a252889c
2
Makefile
2
Makefile
|
@ -5,7 +5,7 @@ KUBECTL = kubectl
|
||||||
KUBECTLFLAGS =
|
KUBECTLFLAGS =
|
||||||
KUBECTLDIFFFLAGS =
|
KUBECTLDIFFFLAGS =
|
||||||
KUBECTLDIFFPRINTER = highlight --out-format xterm256 --syntax diff
|
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'
|
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)
|
SRC := $(shell find kustomize/ -type f)
|
||||||
|
|
|
@ -4,7 +4,7 @@ resources:
|
||||||
- nextcloud-deployment.yaml
|
- nextcloud-deployment.yaml
|
||||||
- collabora-deployment.yaml
|
- collabora-deployment.yaml
|
||||||
- nextcloud-cronjob.yaml
|
- nextcloud-cronjob.yaml
|
||||||
- previewgenerator-cronjob.yaml
|
# - previewgenerator-cronjob.yaml
|
||||||
- nextcloud-ingress.yaml
|
- nextcloud-ingress.yaml
|
||||||
|
|
||||||
namePrefix: nextcloud-
|
namePrefix: nextcloud-
|
||||||
|
|
|
@ -20,9 +20,9 @@ buildMetadata:
|
||||||
|
|
||||||
images:
|
images:
|
||||||
- name: gitea/gitea
|
- name: gitea/gitea
|
||||||
newTag: 1.20.1
|
newTag: 1.21.0
|
||||||
- name: grafana/grafana
|
- name: grafana/grafana
|
||||||
newTag: 10.1.2
|
newTag: 10.2.1
|
||||||
# - name: prom/node-exporter
|
# - name: prom/node-exporter
|
||||||
# newTag: v0.18.1
|
# newTag: v0.18.1
|
||||||
- name: prom/blackbox-exporter
|
- name: prom/blackbox-exporter
|
||||||
|
@ -33,15 +33,15 @@ images:
|
||||||
# - name: drone/drone-runner-kube
|
# - name: drone/drone-runner-kube
|
||||||
# newTag: 1.0.0-rc.3
|
# newTag: 1.0.0-rc.3
|
||||||
- name: nextcloud
|
- name: nextcloud
|
||||||
newTag: 27.1.1
|
newTag: 27.1.3
|
||||||
- name: collabora/code
|
- name: collabora/code
|
||||||
newTag: 23.05.4.2.1
|
newTag: 23.05.5.4.1
|
||||||
- name: nextcloud/aio-imaginary
|
- name: nextcloud/aio-imaginary
|
||||||
newTag: 20230613_120442-latest-arm64
|
newTag: 20230613_120442-latest-arm64
|
||||||
- name: homeassistant/home-assistant
|
- name: homeassistant/home-assistant
|
||||||
newTag: 2023.10.2
|
newTag: 2023.10.2
|
||||||
- name: jellyfin/jellyfin
|
- name: jellyfin/jellyfin
|
||||||
newTag: 10.8.10
|
newTag: 10.8.12
|
||||||
- name: lscr.io/linuxserver/deluge
|
- name: lscr.io/linuxserver/deluge
|
||||||
newTag: latest
|
newTag: latest
|
||||||
- name: postgres
|
- name: postgres
|
||||||
|
@ -49,7 +49,7 @@ images:
|
||||||
- name: redis
|
- name: redis
|
||||||
newTag: 6.2.10
|
newTag: 6.2.10
|
||||||
- name: bitnami/kubectl
|
- name: bitnami/kubectl
|
||||||
newTag: "1.25"
|
newTag: "1.26"
|
||||||
|
|
||||||
# configMapGenerator:
|
# configMapGenerator:
|
||||||
# - name: ecommerce-exporter-config
|
# - name: ecommerce-exporter-config
|
||||||
|
|
Loading…
Reference in New Issue