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 e19ac95 commit 4f003f3Copy full SHA for 4f003f3
Makefile
@@ -1,4 +1,4 @@
1
-VERSION=v0.0.18
+VERSION=v0.0.19
2
OUT_DIR=dist
3
YEAR?=$(shell date +"%Y")
4
manifests/argo-rollouts/kustomization.yaml
@@ -1,4 +1,12 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- - https://github.com/argoproj/argo-rollouts/releases/download/v1.0.1/install.yaml
+ - https://github.com/argoproj/argo-rollouts/releases/download/v1.0.2/install.yaml
5
+patches:
6
+ - patch: |-
7
+ - op: remove
8
+ path: /spec/preserveUnknownFields
9
+ target:
10
+ group: apiextensions.k8s.io
11
+ version: v1
12
+ kind: CustomResourceDefinition
0 commit comments