Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kustomization/components/traefik/kustomization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ images:
# renovate: datasource=github-releases depName=traefik/traefik
newTag: 2.11.0
- name: timberio/vector
newTag: 0.36.1-distroless-libc
newTag: 0.37.0-distroless-libc
patches:
- path: patches/add_vector_sidecar.yml
target:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ kind: Component

images:
- name: timberio/vector
newTag: 0.36.1-distroless-libc
newTag: 0.37.0-distroless-libc
resources:
- deployment.yml
2 changes: 1 addition & 1 deletion kustomization/overlays/prod/argo-cd/kustomization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ configMapGenerator:
- configmap/vector.yml
images:
- name: timberio/vector
newTag: 0.36.1-distroless-libc
newTag: 0.37.0-distroless-libc
namespace: argocd
patches:
- path: patches/change_ingress_host.yml
Expand Down
2 changes: 1 addition & 1 deletion kustomization/overlays/prod/cert-manager/kustomization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ configMapGenerator:
- configmap/vector.yml
images:
- name: timberio/vector
newTag: 0.36.1-distroless-libc
newTag: 0.37.0-distroless-libc
patches:
- path: patches/add_dns01_recursive_nameservers.yml
target:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ configMapGenerator:
- configmap/vector/vector.yml
images:
- name: timberio/vector
newTag: 0.36.1-distroless-libc
newTag: 0.37.0-distroless-libc
namespace: homeassistant
patches:
- path: patches/frigate/add_frigate_env_vars.yml
Expand Down
2 changes: 1 addition & 1 deletion kustomization/overlays/prod/longhorn/kustomization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ configMapGenerator:
- configmap/vector.yml
images:
- name: timberio/vector
newTag: 0.36.1-distroless-libc
newTag: 0.37.0-distroless-libc
patches:
- path: patches/add_metrics_scraper.yml
target:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ configMapGenerator:
- configmap/vector.yml
images:
- name: timberio/vector
newTag: 0.36.1-distroless-libc
newTag: 0.37.0-distroless-libc
namespace: valheim-forerunner
patches:
- path: patches/add_valheim_env_vars.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ configMapGenerator:
- configmap/vector.yml
images:
- name: timberio/vector
newTag: 0.36.1-distroless-libc
newTag: 0.37.0-distroless-libc
namespace: valheim-relic
patches:
- path: patches/add_valheim_env_vars.yml
Expand Down
6 changes: 3 additions & 3 deletions kustomization/overlays/prod/vector/kustomization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ kind: Kustomization

helmCharts:
- name: vector
version: 0.31.1
version: 0.32.0
repo: https://helm.vector.dev
releaseName: vector-agent
valuesFile: agent-values.yml
- name: vector
version: 0.31.1
version: 0.32.0
repo: https://helm.vector.dev
releaseName: vector-aggregator
valuesFile: aggregator-values.yml
images:
- name: timberio/vector
newTag: 0.36.1-distroless-libc
newTag: 0.37.0-distroless-libc
namespace: vector
resources:
- namespace.yml