diff --git a/pkg/application/ack/apigatewayv2_controller/apigatewayv2_controller.go b/pkg/application/ack/apigatewayv2_controller/apigatewayv2_controller.go index 5d8e51f..8bfd974 100644 --- a/pkg/application/ack/apigatewayv2_controller/apigatewayv2_controller.go +++ b/pkg/application/ack/apigatewayv2_controller/apigatewayv2_controller.go @@ -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{ @@ -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", }, }, @@ -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 }}