mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
bump kustomize v4.5.7 to v5.0.1 (#1357)
This commit is contained in:
2
Makefile
2
Makefile
@@ -141,7 +141,7 @@ ifeq (,$(shell which kustomize 2>/dev/null))
|
|||||||
@{ \
|
@{ \
|
||||||
set -e ;\
|
set -e ;\
|
||||||
mkdir -p $(dir $(KUSTOMIZE)) ;\
|
mkdir -p $(dir $(KUSTOMIZE)) ;\
|
||||||
curl -sSLo - https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v4.5.7/kustomize_v4.5.7_$(OS)_$(ARCHA).tar.gz | \
|
curl -sSLo - https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.0.1/kustomize_v5.0.1_$(OS)_$(ARCHA).tar.gz | \
|
||||||
tar xzf - -C bin/ ;\
|
tar xzf - -C bin/ ;\
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -21,12 +21,10 @@ resources:
|
|||||||
# [PROMETHEUS] To enable prometheus monitor, uncomment all sections with 'PROMETHEUS'.
|
# [PROMETHEUS] To enable prometheus monitor, uncomment all sections with 'PROMETHEUS'.
|
||||||
#- ../prometheus
|
#- ../prometheus
|
||||||
|
|
||||||
patchesStrategicMerge:
|
|
||||||
# Protect the /metrics endpoint by putting it behind auth.
|
# Protect the /metrics endpoint by putting it behind auth.
|
||||||
# If you want your controller-manager to expose the /metrics
|
# If you want your controller-manager to expose the /metrics
|
||||||
# endpoint w/o any authn/z, please comment the following line.
|
# endpoint w/o any authn/z, please comment the following line.
|
||||||
- manager_auth_proxy_patch.yaml
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
# Mount the controller config file for loading manager configurations
|
patches:
|
||||||
# through a ComponentConfig type
|
- path: manager_auth_proxy_patch.yaml
|
||||||
#- manager_config_patch.yaml
|
|
||||||
|
|||||||
@@ -7,10 +7,6 @@ namePrefix: osdk-
|
|||||||
#commonLabels:
|
#commonLabels:
|
||||||
# someName: someValue
|
# someName: someValue
|
||||||
|
|
||||||
patchesStrategicMerge:
|
|
||||||
- manager_image.yaml
|
|
||||||
- debug_logs_patch.yaml
|
|
||||||
- ../default/manager_auth_proxy_patch.yaml
|
|
||||||
|
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
@@ -21,3 +17,7 @@ resources:
|
|||||||
images:
|
images:
|
||||||
- name: testing
|
- name: testing
|
||||||
newName: testing-operator
|
newName: testing-operator
|
||||||
|
patches:
|
||||||
|
- path: manager_image.yaml
|
||||||
|
- path: debug_logs_patch.yaml
|
||||||
|
- path: ../default/manager_auth_proxy_patch.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user