mirror of
https://github.com/nofusscomputing/kubernetes.git
synced 2025-08-02 04:22:42 +00:00
@ -48,6 +48,7 @@ replacements:
|
||||
|
||||
|
||||
patches:
|
||||
# yamllint disable rule:indentation
|
||||
- patch: |-
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
@ -90,3 +91,4 @@ patches:
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-options: ServerSideApply=true
|
||||
name: alertmanagers.monitoring.coreos.com
|
||||
# yamllint enable rule:indentation
|
||||
|
@ -7,9 +7,9 @@ kind: Kustomization
|
||||
namespace: operators
|
||||
|
||||
images:
|
||||
#
|
||||
# Note; if you update the image, update the image within the patch
|
||||
#
|
||||
#
|
||||
# Note; if you update the image, update the image within the patch
|
||||
#
|
||||
- name: quay.io/prometheus-operator/prometheus-operator
|
||||
newTag: v0.79.2
|
||||
|
||||
@ -21,7 +21,9 @@ patches:
|
||||
- target:
|
||||
kind: Deployment
|
||||
name: prometheus-operator
|
||||
# yamllint disable rule:indentation
|
||||
patch: |-
|
||||
- op: replace
|
||||
path: /spec/template/spec/containers/0/args/1
|
||||
value: --prometheus-config-reloader=quay.io/prometheus-operator/prometheus-config-reloader:v0.79.2
|
||||
# yamllint enable rule:indentation
|
||||
|
Reference in New Issue
Block a user