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 fc583a2 commit 2d286a0Copy full SHA for 2d286a0
components/kubearchive/production/stone-prod-p02/kustomization.yaml
@@ -4,7 +4,7 @@ kind: Kustomization
4
resources:
5
- ../../base
6
- ../base
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
@@ -21,7 +21,7 @@ patches:
21
- name: migration
22
env:
23
- name: KUBEARCHIVE_VERSION
24
- value: v1.2.0
+ value: v1.3.0
25
# We don't need the Secret as it will be created by the ExternalSecrets Operator
26
- patch: |-
27
$patch: delete
0 commit comments