Skip to content

Commit

Permalink
update: ack-apigatewayv2-controller to v1.0.16 (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroniscode authored Sep 5, 2024
1 parent 72f4c6d commit 03ec852
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
// Helm: https://github.com/aws-controllers-k8s/apigatewayv2-controller/tree/main/helm
// Chart: https://gallery.ecr.aws/aws-controllers-k8s/apigatewayv2-chart
// Repo: https://gallery.ecr.aws/aws-controllers-k8s/apigatewayv2-controller
// Version: Latest is v1.0.3 (as of 6/11/23)
// Version: Latest is v1.0.16 (as of 9/5/24)

func NewApp() *application.Application {
app := &application.Application{
Expand Down Expand Up @@ -44,10 +44,10 @@ func NewApp() *application.Application {
Namespace: "ack-system",
ServiceAccount: "ack-apigatewayv2-controller",
DefaultVersion: &application.LatestPrevious{
LatestChart: "1.0.3",
Latest: "1.0.3",
PreviousChart: "v0.1.4",
Previous: "v0.1.4",
LatestChart: "1.0.16",
Latest: "1.0.16",
PreviousChart: "1.0.3",
Previous: "1.0.3",
},
},

Expand All @@ -62,6 +62,7 @@ func NewApp() *application.Application {
return app
}

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

0 comments on commit 03ec852

Please sign in to comment.