Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: release v0.1.6 #11

Merged
merged 4 commits into from
Aug 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/terraform-canvas/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "0.1.5"
version: "0.1.6"

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/terraform-canvas/templates/back.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
serviceAccountName: {{ include "terraform-canvas.serviceAccountName" . }}
containers:
- name: {{ .Chart.Name }}-back
image: iad.ocir.io/id09nrqj84t0/terraform_canvas:b2816c14287443c3eb8b8ecd211fa1cc62b99155
image: iad.ocir.io/id09nrqj84t0/terraform_canvas:ee02aaf3f6f4e40c83685f102e375789cc6b52e3
ports:
- name: http
containerPort: {{ .Values.backend.lb.http.targetPort}}
Expand Down
2 changes: 1 addition & 1 deletion charts/terraform-canvas/templates/front.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
serviceAccountName: {{ include "terraform-canvas.serviceAccountName" . }}
containers:
- name: {{ .Chart.Name }}-front
image: iad.ocir.io/id09nrqj84t0/terraform_canvas:e4660bdb4addbecd319f058ca188e6cbd30e9336
image: iad.ocir.io/id09nrqj84t0/terraform_canvas:471dfe839387ce7f353d06083a55a7f120646d3b
ports:
- name: http
containerPort: {{ .Values.frontend.lb.http.targetPort}}
Expand Down
Loading