Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitrios Karagiannis <dhkarag@gmail.com>
  • Loading branch information
alkar committed Mar 22, 2021
1 parent 1027f0d commit c0ef17e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ namespace:
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
bases:
- github.com/utilitywarehouse/kube-applier//manifests/base/server?ref=3.2.0-rc.1
- github.com/utilitywarehouse/kube-applier//manifests/base/server?ref=3.2.0
```

and patch as per example: [manifests/example/](manifests/example/)
Expand All @@ -248,7 +248,7 @@ cluster-level resources (also see this [section](#resource-pruning) if you are
using the `pruneClusterResources` attribute):

```
github.com/utilitywarehouse/kube-applier//manifests/base/cluster?ref=3.2.0-rc.1
github.com/utilitywarehouse/kube-applier//manifests/base/cluster?ref=3.2.0
```

## Monitoring
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.2.0-rc.1
image: quay.io/utilitywarehouse/kube-applier:3.2.0
env:
- name: DIFF_URL_FORMAT
value: "https://github.com/org/repo/commit/%s"
Expand Down
4 changes: 2 additions & 2 deletions manifests/example/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
bases:
- ../base/server
# - github.com/utilitywarehouse/kube-applier//manifests/base/server?ref=3.2.0-rc.1
# - github.com/utilitywarehouse/kube-applier//manifests/base/server?ref=3.2.0
- ../base/client
# - github.com/utilitywarehouse/kube-applier//manifests/base/client?ref=3.2.0-rc.1
# - github.com/utilitywarehouse/kube-applier//manifests/base/client?ref=3.2.0

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

0 comments on commit c0ef17e

Please sign in to comment.