use new nextcloud

This commit is contained in:
Michael Jerger 2025-01-09 18:34:31 +01:00
parent 29fc04830a
commit 939523bc2e
3 changed files with 6 additions and 6 deletions
package.json
src
main/resources/nextcloud
test/cljc/dda/c4k_nextcloud

View file

@ -23,11 +23,11 @@
"url": "https://gitlab.com/domaindrivenarchitecture/c4k-nextcloud/issues" "url": "https://gitlab.com/domaindrivenarchitecture/c4k-nextcloud/issues"
}, },
"dependencies": { "dependencies": {
"js-base64": "^3.6.1", "js-base64": "^3.7.7",
"js-yaml": "^4.0.0" "js-yaml": "^4.1.0"
}, },
"devDependencies": { "devDependencies": {
"shadow-cljs": "^2.11.18", "shadow-cljs": "^2.28.20",
"source-map-support": "^0.5.19" "source-map-support": "^0.5.21"
} }
} }

View file

@ -19,7 +19,7 @@ spec:
redeploy: v3 redeploy: v3
spec: spec:
containers: containers:
- image: domaindrivenarchitecture/c4k-cloud:8.0.0 - image: domaindrivenarchitecture/c4k-cloud:10.4.0
name: cloud-app name: cloud-app
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:

View file

@ -95,7 +95,7 @@
{:metadata {:labels {:app "cloud-app", :app.kubernetes.io/name "cloud-pod", :app.kubernetes.io/application "cloud", :redeploy "v3"}} {:metadata {:labels {:app "cloud-app", :app.kubernetes.io/name "cloud-pod", :app.kubernetes.io/application "cloud", :redeploy "v3"}}
:spec :spec
{:containers {:containers
[{:image "domaindrivenarchitecture/c4k-cloud:8.0.0" [{:image "domaindrivenarchitecture/c4k-cloud:10.4.0"
:name "cloud-app" :name "cloud-app"
:imagePullPolicy "IfNotPresent" :imagePullPolicy "IfNotPresent"
:ports [{:containerPort 80}] :ports [{:containerPort 80}]