Skip to content

Commit

Permalink
release artifacts for release v0.4.5 (#173)
Browse files Browse the repository at this point in the history
release artifacts for release v0.4.5
  • Loading branch information
akartsky authored Oct 4, 2022
1 parent 853a5b4 commit 3996ba0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions apis/v1alpha1/ack-generate-metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ack_generate_info:
build_date: "2022-09-20T23:06:08Z"
build_date: "2022-10-04T18:55:06Z"
build_hash: 6e2ffbc3b16a30ac59be6719918c601c2c864064
go_version: go1.17.13
version: v0.20.1-3-g6e2ffbc
api_directory_checksum: 061c459c9ae951c4cb4cf1a91658d2bbd6c24149
api_directory_checksum: ca9187f53c674d6424c5a4120fe2609afce3d52a
api_version: v1alpha1
aws_sdk_go_version: v1.44.93
generator_config_info:
Expand Down
2 changes: 1 addition & 1 deletion config/controller/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ kind: Kustomization
images:
- name: controller
newName: public.ecr.aws/aws-controllers-k8s/sagemaker-controller
newTag: v0.4.4
newTag: v0.4.5
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: sagemaker-chart
description: A Helm chart for the ACK service controller for Amazon SageMaker (SageMaker)
version: v0.4.4
appVersion: v0.4.4
version: v0.4.5
appVersion: v0.4.5
home: https://github.com/aws-controllers-k8s/sagemaker-controller
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion helm/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/sagemaker-controller:v0.4.4".
This chart deploys "public.ecr.aws/aws-controllers-k8s/sagemaker-controller:v0.4.5".

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 helm/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/sagemaker-controller
tag: v0.4.4
tag: v0.4.5
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down

0 comments on commit 3996ba0

Please sign in to comment.