Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions delegation-program-leaderboard/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 0.1.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.16.0"
appVersion: "1.16.1"
8 changes: 4 additions & 4 deletions delegation-program-leaderboard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ leaderboardWeb:

image:
# -- The repository of the image
repository: 673156464838.dkr.ecr.us-west-2.amazonaws.com/delegation-program-leaderboard
repository: ghcr.io/sanabriarusso/delegation-program-leaderboard-delegation-program-leaderboard
# -- The pullPolicy used when pulling the image
pullPolicy: IfNotPresent
# -- The tag of the image. Overrides the image tag whose default is the chart appVersion.
tag: "2.1.0"
tag: "main-main-a5b155d"

# -- The secrets used to pull the image
imagePullSecrets: []
Expand Down Expand Up @@ -152,11 +152,11 @@ leaderboardApi:

image:
# -- The repository of the image
repository: 673156464838.dkr.ecr.us-west-2.amazonaws.com/delegation-program-leaderboard-api
repository: ghcr.io/sanabriarusso/delegation-program-leaderboard-delegation-program-leaderboard-api
# -- The pullPolicy used when pulling the image
pullPolicy: IfNotPresent
# -- The tag of the image. Overrides the image tag whose default is the chart appVersion.
tag: "2.1.0"
tag: "main-main-a5b155d"

# -- The secrets used to pull the image
imagePullSecrets: []
Expand Down
Loading