Skip to content

Commit

Permalink
update: ack-ecr-controller to v1.0.18 (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroniscode authored Sep 5, 2024
1 parent e5e2168 commit 8de6bb7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pkg/application/ack/ecr_controller/ecr_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ import (
// Helm: https://github.com/aws-controllers-k8s/ecr-controller/tree/main/helm
// Chart: https://gallery.ecr.aws/aws-controllers-k8s/ecr-chart
// Repo: https://gallery.ecr.aws/aws-controllers-k8s/ecr-controller
// Version: Latest is v1.0.4 (as of 6/11/23)
// Version: Latest is v1.0.18 (as of 9/5/24)

func NewApp() *application.Application {
app := &application.Application{
return &application.Application{
Command: cmd.Command{
Parent: "ack",
Name: "ecr-controller",
Expand All @@ -41,10 +41,10 @@ func NewApp() *application.Application {
Namespace: "ack-system",
ServiceAccount: "ack-ecr-controller",
DefaultVersion: &application.LatestPrevious{
LatestChart: "1.0.4",
Latest: "1.0.4",
PreviousChart: "v0.1.7",
Previous: "v0.1.7",
LatestChart: "1.0.18",
Latest: "1.0.18",
PreviousChart: "1.0.4",
Previous: "1.0.4",
},
},

Expand All @@ -56,9 +56,9 @@ func NewApp() *application.Application {
},
},
}
return app
}

// https://github.com/aws-controllers-k8s/ecr-controller/blob/main/helm/values.yaml
const valuesTemplate = `---
image:
tag: {{ .Version }}
Expand Down

0 comments on commit 8de6bb7

Please sign in to comment.