Skip to content

Commit

Permalink
fix values typo, set chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisVQ committed Mar 21, 2024
1 parent 7e97398 commit 7f46065
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sonarqube/chart/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.0.2
version: 1.0.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
4 changes: 2 additions & 2 deletions sonarqube/chart/values.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ global:
sonarEdition: $SONAR_EDITION
odsNamespace: $ODS_NAMESPACE
appDNS: $APP_DNS
appName: 'sonarqube-helm-test'
appName: 'sonarqube'
storageProvisioner: $STORAGE_PROVISIONER
storageClassData: $STORAGE_CLASS_DATA
sonarqubeUrl: $SONARQUBE_URL
Expand All @@ -21,7 +21,7 @@ global:
registry: $DOCKER_REGISTRY
sonarDatabaseImage: $SONAR_DATABASE_IMAGE
postgresql:
name: 'sonarqube-helm-test-postgresql'
name: 'sonarqube-postgresql'
cpuRequest: 100m
cpuLimit: 1
memRequest: 256Mi
Expand Down

0 comments on commit 7f46065

Please sign in to comment.