Skip to content

Commit

Permalink
removed preserveUnknownFields from manifest (#14)
Browse files Browse the repository at this point in the history
* removed preserveUnknownFields from manifest
* updated argo-rollouts to v1.0.2
* updated version to 0.0.19
  • Loading branch information
ATGardner authored Jun 24, 2021
1 parent e19ac95 commit 4f003f3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=v0.0.18
VERSION=v0.0.19
OUT_DIR=dist
YEAR?=$(shell date +"%Y")

Expand Down
10 changes: 9 additions & 1 deletion manifests/argo-rollouts/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -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
patches:
- patch: |-
- op: remove
path: /spec/preserveUnknownFields
target:
group: apiextensions.k8s.io
version: v1
kind: CustomResourceDefinition

0 comments on commit 4f003f3

Please sign in to comment.