1 Commits

Author SHA1 Message Date
056b33a0f4 chore(deps): update helm release meilisearch to v0.28.0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 34s
lint-test-helm / validate-kubeconform (pull_request) Successful in 36s
render-manifests / render-manifests (pull_request) Successful in 44s
2026-03-16 15:57:35 +00:00
4 changed files with 48 additions and 48 deletions

View File

@@ -41,12 +41,12 @@ harbor:
portal: portal:
image: image:
repository: goharbor/harbor-portal repository: goharbor/harbor-portal
tag: v2.15.0 tag: v2.14.3
replicas: 2 replicas: 2
core: core:
image: image:
repository: goharbor/harbor-core repository: goharbor/harbor-core
tag: v2.15.0 tag: v2.14.3
replicas: 2 replicas: 2
existingSecret: harbor-secret existingSecret: harbor-secret
secretName: harbor-secret secretName: harbor-secret
@@ -54,7 +54,7 @@ harbor:
jobservice: jobservice:
image: image:
repository: goharbor/harbor-jobservice repository: goharbor/harbor-jobservice
tag: v2.15.0 tag: v2.14.3
replicas: 2 replicas: 2
jobLoggers: jobLoggers:
- stdout - stdout
@@ -63,11 +63,11 @@ harbor:
registry: registry:
image: image:
repository: goharbor/registry-photon repository: goharbor/registry-photon
tag: v2.15.0 tag: v2.14.3
controller: controller:
image: image:
repository: goharbor/harbor-registryctl repository: goharbor/harbor-registryctl
tag: v2.15.0 tag: v2.14.3
existingSecret: harbor-secret existingSecret: harbor-secret
relativeurls: true relativeurls: true
credentials: credentials:
@@ -94,7 +94,7 @@ harbor:
exporter: exporter:
image: image:
repository: goharbor/harbor-exporter repository: goharbor/harbor-exporter
tag: v2.15.0 tag: v2.14.3
replicas: 2 replicas: 2
postgres-18-cluster: postgres-18-cluster:
mode: recovery mode: recovery

View File

@@ -9,7 +9,7 @@ searxng:
main: main:
image: image:
repository: searxng/searxng repository: searxng/searxng
tag: latest@sha256:9206e4c2de22ea36274a67eb961afd90f51d2a9df2f8242b00c94e6c6692a946 tag: latest@sha256:174f6a8498d88d2d98c265a952c2d552859bf315cd505746d1c0d4fbec37952f
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: SEARXNG_BASE_URL - name: SEARXNG_BASE_URL
@@ -39,7 +39,7 @@ searxng:
main: main:
image: image:
repository: searxng/searxng repository: searxng/searxng
tag: latest@sha256:9206e4c2de22ea36274a67eb961afd90f51d2a9df2f8242b00c94e6c6692a946 tag: latest@sha256:174f6a8498d88d2d98c265a952c2d552859bf315cd505746d1c0d4fbec37952f
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: SEARXNG_BASE_URL - name: SEARXNG_BASE_URL

View File

@@ -11,7 +11,7 @@ site-profile:
main: main:
image: image:
repository: harbor.alexlebens.net/images/site-profile repository: harbor.alexlebens.net/images/site-profile
tag: 3.13.0 tag: 3.12.1
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
resources: resources:
requests: requests:

View File

@@ -46,42 +46,42 @@ trivy-operator:
cpu: 200m cpu: 200m
memory: 512Mi memory: 512Mi
replicas: 1 replicas: 1
nodeCollector: nodeCollector:
volumeMounts: volumeMounts:
- name: var-lib-etcd - name: var-lib-etcd
mountPath: /var/lib/etcd mountPath: /var/lib/etcd
readOnly: true readOnly: true
- name: var-lib-kubelet - name: var-lib-kubelet
mountPath: /var/lib/kubelet mountPath: /var/lib/kubelet
readOnly: true readOnly: true
- name: var-lib-kube-scheduler - name: var-lib-kube-scheduler
mountPath: /var/lib/kube-scheduler mountPath: /var/lib/kube-scheduler
readOnly: true readOnly: true
- name: var-lib-kube-controller-manager - name: var-lib-kube-controller-manager
mountPath: /var/lib/kube-controller-manager mountPath: /var/lib/kube-controller-manager
readOnly: true readOnly: true
- name: etc-kubernetes - name: etc-kubernetes
mountPath: /etc/kubernetes mountPath: /etc/kubernetes
readOnly: true readOnly: true
- name: etc-cni-netd - name: etc-cni-netd
mountPath: /etc/cni/net.d/ mountPath: /etc/cni/net.d/
readOnly: true readOnly: true
volumes: volumes:
- name: var-lib-etcd - name: var-lib-etcd
hostPath: hostPath:
path: /var/lib/etcd path: /var/lib/etcd
- name: var-lib-kubelet - name: var-lib-kubelet
hostPath: hostPath:
path: /var/lib/kubelet path: /var/lib/kubelet
- name: var-lib-kube-scheduler - name: var-lib-kube-scheduler
hostPath: hostPath:
path: /var/lib/kube-scheduler path: /var/lib/kube-scheduler
- name: var-lib-kube-controller-manager - name: var-lib-kube-controller-manager
hostPath: hostPath:
path: /var/lib/kube-controller-manager path: /var/lib/kube-controller-manager
- name: etc-kubernetes - name: etc-kubernetes
hostPath: hostPath:
path: /etc/kubernetes path: /etc/kubernetes
- name: etc-cni-netd - name: etc-cni-netd
hostPath: hostPath:
path: /etc/cni/net.d/ path: /etc/cni/net.d/