Skip to content

Commit

Permalink
Merge pull request #996 from porter-dev/main
Browse files Browse the repository at this point in the history
Release to production
  • Loading branch information
jose-fully-ported authored Nov 20, 2023
2 parents 293f92c + 66e01cd commit 6abbf79
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions addons/dynamodb-chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: dynamodb-chart
description: A Helm chart for the ACK service controller for Amazon DynamoDB (DynamoDB)
version: 1.2.3
appVersion: 1.2.3
version: 1.2.4
appVersion: 1.2.4
home: https://github.com/aws-controllers-k8s/dynamodb-controller
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion addons/dynamodb-chart/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ .Chart.Name }} has been installed.
This chart deploys "public.ecr.aws/aws-controllers-k8s/dynamodb-controller:1.2.3".
This chart deploys "public.ecr.aws/aws-controllers-k8s/dynamodb-controller:1.2.4".

Check its status by running:
kubectl --namespace {{ .Release.Namespace }} get pods -l "app.kubernetes.io/instance={{ .Release.Name }}"
Expand Down
2 changes: 1 addition & 1 deletion addons/dynamodb-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

image:
repository: public.ecr.aws/aws-controllers-k8s/dynamodb-controller
tag: 1.2.3
tag: 1.2.4
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down
4 changes: 2 additions & 2 deletions addons/porter-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ 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.27.0
version: 0.28.0
# 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: "3.1.9"
appVersion: "3.2.3"
dependencies:
- name: "loki"
repository: "https://chart-addons.getporter.dev"
Expand Down
2 changes: 1 addition & 1 deletion addons/porter-agent/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
agent:
image: "public.ecr.aws/o1j4x7p4/porter-agent:v3.2.2"
image: "public.ecr.aws/o1j4x7p4/porter-agent:v3.2.3"
cfAccessToken: ""
porterHost: "dashboard.getporter.dev"
porterPort: "80"
Expand Down
4 changes: 2 additions & 2 deletions addons/rds-chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: rds-chart
description: A Helm chart for the ACK service controller for Amazon Relational Database Service (RDS)
version: 1.1.7
appVersion: 1.1.7
version: 1.1.8
appVersion: 1.1.8
home: https://github.com/aws-controllers-k8s/rds-controller
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion addons/rds-chart/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ .Chart.Name }} has been installed.
This chart deploys "public.ecr.aws/aws-controllers-k8s/rds-controller:1.1.7".
This chart deploys "public.ecr.aws/aws-controllers-k8s/rds-controller:1.1.8".

Check its status by running:
kubectl --namespace {{ .Release.Namespace }} get pods -l "app.kubernetes.io/instance={{ .Release.Name }}"
Expand Down
6 changes: 3 additions & 3 deletions addons/rds-chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ spec:
readOnly: true
{{- end }}
{{- if .Values.deployment.extraVolumeMounts -}}
{{ toYaml .Values.deployment.extraVolumeMounts | nindent 12 }}
{{ toYaml .Values.deployment.extraVolumeMounts | nindent 10 }}
{{- end }}
securityContext:
allowPrivilegeEscalation: false
Expand Down Expand Up @@ -151,11 +151,11 @@ spec:
hostNetwork: {{ .Values.deployment.hostNetwork }}
dnsPolicy: {{ .Values.deployment.dnsPolicy }}
volumes:
{{- if .Values.aws.credentials.secretName -}}
{{- if .Values.aws.credentials.secretName }}
- name: {{ .Values.aws.credentials.secretName }}
secret:
secretName: {{ .Values.aws.credentials.secretName }}
{{ end -}}
{{- end }}
{{- if .Values.deployment.extraVolumes }}
{{ toYaml .Values.deployment.extraVolumes | indent 8}}
{{- end }}
2 changes: 1 addition & 1 deletion addons/rds-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

image:
repository: public.ecr.aws/aws-controllers-k8s/rds-controller
tag: 1.1.7
tag: 1.1.8
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down

0 comments on commit 6abbf79

Please sign in to comment.