Compare commits

...

7 commits

Author SHA1 Message Date
renovate[bot]
45c9702064
chore(deps): update helm chart core to v2.7.9 2024-12-05 19:22:48 +00:00
renovate[bot]
5e25d78336
chore(deps): update docker image quay.io/kiwigrid/k8s-sidecar to v1.28.1 (#2554)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-05 19:22:12 +00:00
renovate[bot]
08d753e608
chore(deps): update docker image influxdb to v2.7.11 (#2553)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-05 17:40:19 +00:00
renovate[bot]
834c1be3c8
chore(deps): update docker image grafana/loki to v3.3.1 (#2552)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-05 17:39:51 +00:00
renovate[bot]
a8caacf607
chore(deps): update docker image grafana/grafana to v11.3.2 (#2551)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-05 17:39:05 +00:00
renovate[bot]
e5099aeae0
chore(deps): update docker image flowiseai/flowise to v2.2.1 (#2550)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-05 17:38:23 +00:00
renovate[bot]
7aba22bcf6 chore(deps): update helm chart kube-prometheus-stack to v66.3.1 2024-12-05 18:38:22 +01:00
7 changed files with 7 additions and 7 deletions

View file

@ -5,4 +5,4 @@ apps:
- name: core - name: core
repoURL: https://neuvector.github.io/neuvector-helm/ repoURL: https://neuvector.github.io/neuvector-helm/
chart: core chart: core
targetRevision: 2.7.7 targetRevision: 2.7.9

View file

@ -4,7 +4,7 @@ controllers:
main: main:
image: image:
repository: flowiseai/flowise repository: flowiseai/flowise
tag: 2.2.0 tag: 2.2.1
command: command:
- flowise - flowise
- start - start

View file

@ -5,7 +5,7 @@ apps:
- name: kube-prometheus-stack - name: kube-prometheus-stack
repoURL: https://prometheus-community.github.io/helm-charts repoURL: https://prometheus-community.github.io/helm-charts
chart: kube-prometheus-stack chart: kube-prometheus-stack
targetRevision: 66.2.2 targetRevision: 66.3.1
secrets: secrets:
- name: grafana - name: grafana
keys: keys:

View file

@ -11,7 +11,7 @@ grafana:
image: image:
repository: grafana/grafana repository: grafana/grafana
tag: 11.3.1 tag: 11.3.2
persistence: persistence:
enabled: true enabled: true

View file

@ -2,7 +2,7 @@ loki:
enabled: true enabled: true
image: image:
repository: grafana/loki repository: grafana/loki
tag: 3.3.0 tag: 3.3.1
promtail: promtail:
enabled: true enabled: true

View file

@ -1,6 +1,6 @@
image: image:
repository: influxdb repository: influxdb
tag: 2.7.10-alpine tag: 2.7.11-alpine
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## If specified, use these secrets to access the images ## If specified, use these secrets to access the images
# pullSecrets: # pullSecrets:

View file

@ -172,7 +172,7 @@ sidecar:
# -- The image repository to pull from # -- The image repository to pull from
repository: kiwigrid/k8s-sidecar repository: kiwigrid/k8s-sidecar
# -- The image tag to pull, default: `1.23.1` # -- The image tag to pull, default: `1.23.1`
tag: 1.28.0 tag: 1.28.1
# -- The image pull policy, default: `IfNotPresent` # -- The image pull policy, default: `IfNotPresent`
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# -- The extra volume mounts for the sidecar # -- The extra volume mounts for the sidecar