Skip to content

Commit

Permalink
sync version
Browse files Browse the repository at this point in the history
  • Loading branch information
saramiap committed Dec 13, 2023
1 parent 7dcc541 commit a8d0bb1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ This project provides template Helm Charts for deploying a web application into
```
dependencies:
- name: spin
version: 0.1.0
version: 0.1.2
repository: https://sara-picoud.github.io/spin-helms/
```

Expand Down
2 changes: 1 addition & 1 deletion bouyguestelecom/spin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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.1.1
version: 0.1.2

# 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
6 changes: 6 additions & 0 deletions bouyguestelecom/spin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,3 +269,9 @@ configFiles: {}
# insert_your_application_configuration_here
#logback.xml: |-
# insert_your_logback_configuration_here

# -- Log into github to generate tag image
github:
enabled: false
organization: "votre-organisation"
repository: "votre-repo"

0 comments on commit a8d0bb1

Please sign in to comment.