Skip to content

Commit

Permalink
Merge pull request #90 from utilitywarehouse/release-2.3.7
Browse files Browse the repository at this point in the history
make release 2.3.7
  • Loading branch information
ffilippopoulos authored Jan 22, 2020
2 parents 8cd777b + 9b01970 commit 69b5705
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ namespace:
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
bases:
- github.com/utilitywarehouse/kube-applier//manifests/base?ref=2.3.6
- github.com/utilitywarehouse/kube-applier//manifests/base?ref=2.3.7
```

and patch as per example:
Expand Down
2 changes: 1 addition & 1 deletion manifests/base/kube-applier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
mountPath: /root/
containers:
- name: kube-applier
image: quay.io/utilitywarehouse/kube-applier:2.3.6
image: quay.io/utilitywarehouse/kube-applier:2.3.7
env:
- name: REPO_PATH
value: "/src/manifests/base/"
Expand Down
2 changes: 1 addition & 1 deletion manifests/example/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
bases:
- ../base/
# - github.com/utilitywarehouse/kube-applier//manifests/base?ref=2.3.6
# - github.com/utilitywarehouse/kube-applier//manifests/base?ref=2.3.7

resources:
- kube-applier-ingress.yaml
Expand Down

0 comments on commit 69b5705

Please sign in to comment.