Skip to content

Commit

Permalink
Update ace chart version to b3 tag
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Nov 21, 2024
1 parent bccf8bb commit e5f31ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/cmds/ace_up.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ func NewCmdAceUp() *cobra.Command {
}
}

aceMap["ghcr.io/appscode-charts/ace-installer"] = []string{tagB3}
aceMap["ghcr.io/appscode-charts/ace"] = []string{tagB3}
aceMap["ghcr.io/appscode-charts/service-gateway"] = []string{tagB3}

return write(ToImageList2(aceMap), filepath.Join(dir, "catalog", "ace.yaml"))
},
}
Expand Down

0 comments on commit e5f31ea

Please sign in to comment.