We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6beffc1 commit c33d05aCopy full SHA for c33d05a
components/kubearchive/development/kustomization.yaml
@@ -4,7 +4,7 @@ kind: Kustomization
4
resources:
5
- ../base
6
- postgresql.yaml
7
- - https://github.com/kubearchive/kubearchive/releases/download/v1.2.0/kubearchive.yaml?timeout=90
+ - https://github.com/kubearchive/kubearchive/releases/download/v1.3.0/kubearchive.yaml?timeout=90
8
9
namespace: product-kubearchive
10
secretGenerator:
@@ -33,7 +33,7 @@ patches:
33
- name: migration
34
env:
35
- name: KUBEARCHIVE_VERSION
36
- value: v1.2.0
+ value: v1.3.0
37
# These patches add an annotation so an OpenShift service
38
# creates the TLS secrets instead of Cert Manager
39
- patch: |-
0 commit comments