diff --git a/apps/nextcloud/Chart.yaml b/apps/nextcloud/Chart.yaml index 84c101b..ccb5282 100644 --- a/apps/nextcloud/Chart.yaml +++ b/apps/nextcloud/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.0 # 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: "20.0.11" +appVersion: "21.0.3" diff --git a/apps/nextcloud/templates/deployment.yaml b/apps/nextcloud/templates/deployment.yaml index 5c23752..41a18ca 100644 --- a/apps/nextcloud/templates/deployment.yaml +++ b/apps/nextcloud/templates/deployment.yaml @@ -82,7 +82,7 @@ spec: - name: nextcloud-data mountPath: "/var/www/html" - name: nextcloud - image: nextcloud:20.0.11-fpm + image: nextcloud:{{ .Chart.AppVersion }}-fpm ports: - containerPort: 9000 env: