Skip to content

Commit

Permalink
add :latest to wetty because recent OCPs are strict
Browse files Browse the repository at this point in the history
  • Loading branch information
newgoliath committed Nov 21, 2023
1 parent 5e30c43 commit d29b363
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/showroom/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: showroom
description: A Helm chart for Kubernetes
description: Deploys the Showroom front-end

# A chart can be either an 'application' or a 'library' chart.
#
Expand All @@ -15,7 +15,7 @@ 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.4.5
version: 0.4.6

# 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
Expand Down
2 changes: 1 addition & 1 deletion charts/showroom/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ content:
# Remove it to hide.
#
terminal:
image: docker.io/wettyoss/wetty
image: docker.io/wettyoss/wetty:latest
# image: ghcr.io/rhpds/showroom-terminal:latest # for when we return to custom built
name: terminal
wetty:
Expand Down

0 comments on commit d29b363

Please sign in to comment.