Skip to content

Commit

Permalink
update gencert version
Browse files Browse the repository at this point in the history
  • Loading branch information
isaaguilar committed Nov 2, 2022
1 parent 99ff1a3 commit 72bea11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/terraform-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: v0.9.0-alpha1
description: A Helm chart to deploy the terraform-operator Controller and CRD.
name: terraform-operator
version: 0.2.19
version: 0.2.20
2 changes: 1 addition & 1 deletion charts/terraform-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# terraform-operator

![Version: 0.2.19](https://img.shields.io/badge/Version-0.2.19-informational?style=flat-square) ![AppVersion: v0.9.0-alpha1](https://img.shields.io/badge/AppVersion-v0.9.0--alpha1-informational?style=flat-square)
![Version: 0.2.20](https://img.shields.io/badge/Version-0.2.20-informational?style=flat-square) ![AppVersion: v0.9.0-alpha1](https://img.shields.io/badge/AppVersion-v0.9.0--alpha1-informational?style=flat-square)

A Helm chart to deploy the terraform-operator Controller and CRD.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
initContainers:
{{- if .Values.webhook.enabled }}
- name: gencert
image: "ghcr.io/galleybytes/terraform-operator-gencert:1.0.0"
image: "ghcr.io/galleybytes/terraform-operator-gencert:1.0.2"
imagePullPolicy: IfNotPresent
env:
- name: SERVICE
Expand Down

0 comments on commit 72bea11

Please sign in to comment.