Skip to content

Commit

Permalink
chore: update helm chart versions
Browse files Browse the repository at this point in the history
Signed-off-by: deggja <[email protected]>
  • Loading branch information
deggja committed Nov 9, 2024
1 parent bc9131d commit 1c5f78b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions charts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ WORKDIR /usr/local/bin/
# Copy the compiled Go binary
COPY --from=gobuilder /app/backend/netfetch /usr/local/bin/

# Install any runtime dependencies here (if necessary)

# Expose the port the app runs on
EXPOSE 8080

Expand Down
6 changes: 3 additions & 3 deletions charts/netfetch/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: netfetch
description: A Helm chart enabling netfetch to run in a Kubernetes deployment.
description: A Helm chart enabling netfetch to run the netfetch dashboard in a Kubernetes deployment.

# A chart can be either an 'application' or a 'library' chart.
#
Expand All @@ -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: 1.0.0
version: 0.5.3

# 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: "2.1.0"
appVersion: "0.5.3"

0 comments on commit 1c5f78b

Please sign in to comment.