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
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ helmCharts:
valuesFile: loki-values.yml
images:
- name: quay.io/minio/minio
newTag: latest@sha256:ed9be66eb5f2636c18289c34c3b725ddf57815f2777c77b5938543b78a44f144
newTag: latest@sha256:a62e44a7db506b8ed114a44e67b4996c4f1ecca981d9c6e40aa2581334999313
namespace: monitoring
patches:
- path: patches/alertmanager/set_configuration.yml
Expand Down
2 changes: 1 addition & 1 deletion kustomization/overlays/prod/postgresql/kustomization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ components:
- ../../../components/postgresql-operator
images:
- name: quay.io/minio/minio
newTag: latest@sha256:ed9be66eb5f2636c18289c34c3b725ddf57815f2777c77b5938543b78a44f144
newTag: latest@sha256:a62e44a7db506b8ed114a44e67b4996c4f1ecca981d9c6e40aa2581334999313
namespace: postgresql
patches:
- path: patches/minio/set_pods_instance_label.yml
Expand Down