Skip to content

Commit 4f003f3

Browse files
authored
removed preserveUnknownFields from manifest (#14)
* removed preserveUnknownFields from manifest * updated argo-rollouts to v1.0.2 * updated version to 0.0.19
1 parent e19ac95 commit 4f003f3

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=v0.0.18
1+
VERSION=v0.0.19
22
OUT_DIR=dist
33
YEAR?=$(shell date +"%Y")
44

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
4-
- https://github.com/argoproj/argo-rollouts/releases/download/v1.0.1/install.yaml
4+
- 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

Comments
 (0)