Skip to content

Commit

Permalink
fix(version): bump to v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joaop221 committed Nov 12, 2024
1 parent a8a56b1 commit f08ebe4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/v-rising/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.18.0
version: 0.19.0

# 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/v-rising/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This Helm chart provides default values for deploying the v-rising application.
| `replicaCount` | Number of replicas for the v-rising deployment. | `1` |
| `image.repository` | Docker image repository for v-rising. | `ghcr.io/joaop221/v-rising-docker-arm64` |
| `image.pullPolicy` | Image pull policy for the v-rising container. | `IfNotPresent` |
| `image.tag` | Tag of the v-rising Docker image. | `v0.0.19` |
| `image.tag` | Tag of the v-rising Docker image. | `main` |
| `imagePullSecrets` | List of image pull secrets (empty in this case). | `[]` (empty list) |
| `nameOverride` | Override for the release name (empty in this case). | `""` (empty string) |
| `fullnameOverride` | Override for the full release name (empty in this case). | `""` (empty string) |
Expand Down
2 changes: 1 addition & 1 deletion charts/v-rising/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: ghcr.io/joaop221/v-rising-docker-arm64
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.0.19"
tag: "main"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit f08ebe4

Please sign in to comment.