Skip to content

Commit

Permalink
v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pier-oliviert committed Oct 19, 2024
1 parent 3c9c1db commit bda36dd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions charts/main/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ 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.3.4
version: 0.3.5
# 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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: 0.3.4
appVersion: 0.3.5
2 changes: 0 additions & 2 deletions charts/main/templates/controller/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: PHONEBOOK_PROVIDER
value: {{ required "A Provider needs to be specified: https://pier-oliviert.github.io/phonebook/providers/" .Values.provider }}
{{- range .Values.controller.env }}
- name: {{ .name | quote }}
value: {{ toYaml .value }}
Expand Down
2 changes: 1 addition & 1 deletion charts/main/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ solver:
name: phonebook-solver

controller:
image: "ghcr.io/pier-oliviert/phonebook:v0.2"
image: "ghcr.io/pier-oliviert/phonebook:v0.3.5"
8 changes: 4 additions & 4 deletions pkg/providers/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ type Provider interface {

var ProviderImages = map[string]string{

"aws": "ghcr.io/pier-oliviert/providers-aws:v0.3.4",
"azure": "ghcr.io/pier-oliviert/providers-azure:v0.3.4",
"cloudflare": "ghcr.io/pier-oliviert/providers-cloudflare:v0.3.4",
"desec": "ghcr.io/pier-oliviert/providers-desec:v0.3.4",
"aws": "ghcr.io/pier-oliviert/providers-aws:v0.3.5",
"azure": "ghcr.io/pier-oliviert/providers-azure:v0.3.5",
"cloudflare": "ghcr.io/pier-oliviert/providers-cloudflare:v0.3.5",
"desec": "ghcr.io/pier-oliviert/providers-desec:v0.3.5",
}

0 comments on commit bda36dd

Please sign in to comment.