Skip to content

Commit

Permalink
Release 3.0.0-rc.2
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitrios Karagiannis <[email protected]>
  • Loading branch information
alkar committed Jan 8, 2021
1 parent 4c0ecb2 commit c7f3a53
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 @@ -196,7 +196,7 @@ namespace:
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
bases:
- github.com/utilitywarehouse/kube-applier//manifests/base/server?ref=3.0.0-rc.1
- github.com/utilitywarehouse/kube-applier//manifests/base/server?ref=3.0.0-rc.2
```

and patch as per example:
Expand Down
2 changes: 1 addition & 1 deletion manifests/base/server/kube-applier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
serviceAccountName: kube-applier
containers:
- name: kube-applier
image: quay.io/utilitywarehouse/kube-applier:3.0.0-rc.1
image: quay.io/utilitywarehouse/kube-applier:3.0.0-rc.2
env:
- name: NAMESPACES_DIR
value: "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/server?ref=3.0.0-rc.1
# - github.com/utilitywarehouse/kube-applier//manifests/base/server?ref=3.0.0-rc.2

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

0 comments on commit c7f3a53

Please sign in to comment.