Skip to content

Commit

Permalink
release: 0.2.0 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorhuertas authored Nov 1, 2019
1 parent 1280be0 commit ece0e1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/base/terraform-applier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
cpu: 500m
memory: 512Mi
- name: terraform-applier
image: quay.io/utilitywarehouse/terraform-applier:0.1.0
image: quay.io/utilitywarehouse/terraform-applier:0.2.0
volumeMounts:
- name: git-repo
mountPath: /src
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/terraform-applier//manifests/base?ref=0.1.0
# - github.com/utilitywarehouse/terraform-applier//manifests/base?ref=0.2.0
resources:
- terraform-applier-ingress.yaml
patchesStrategicMerge:
Expand Down

0 comments on commit ece0e1b

Please sign in to comment.