core-auth: upgrade Ory Kratos/Hydra to v26.2.0
Change-Id: I35b12ee93339ca595c0a038e07ecbe9d00d8bfb9
diff --git a/charts/auth/Chart.yaml b/charts/auth/Chart.yaml
index f261203..d87c4d1 100644
--- a/charts/auth/Chart.yaml
+++ b/charts/auth/Chart.yaml
@@ -2,12 +2,12 @@
name: auth
description: A Helm chart for PCloud core authentication & authorization services
type: application
-version: 0.0.1
-appVersion: "0.0.1"
+version: 0.0.2
+appVersion: "0.0.2"
dependencies:
- name: kratos
- version: v0.33.1
+ version: v0.62.0
repository: https://k8s.ory.sh/helm/charts
- name: hydra
- version: v0.33.1
+ version: v0.62.0
repository: https://k8s.ory.sh/helm/charts
diff --git a/charts/auth/charts/hydra-0.33.1.tgz b/charts/auth/charts/hydra-0.33.1.tgz
deleted file mode 100644
index 80d1080..0000000
--- a/charts/auth/charts/hydra-0.33.1.tgz
+++ /dev/null
Binary files differ
diff --git a/charts/auth/charts/hydra-0.62.0.tgz b/charts/auth/charts/hydra-0.62.0.tgz
new file mode 100644
index 0000000..ec53c20
--- /dev/null
+++ b/charts/auth/charts/hydra-0.62.0.tgz
Binary files differ
diff --git a/charts/auth/charts/kratos-0.33.1.tgz b/charts/auth/charts/kratos-0.33.1.tgz
deleted file mode 100644
index 17bdd12..0000000
--- a/charts/auth/charts/kratos-0.33.1.tgz
+++ /dev/null
Binary files differ
diff --git a/charts/auth/charts/kratos-0.62.0.tgz b/charts/auth/charts/kratos-0.62.0.tgz
new file mode 100644
index 0000000..77c20c1
--- /dev/null
+++ b/charts/auth/charts/kratos-0.62.0.tgz
Binary files differ
diff --git a/core/installer/values-tmpl/core-auth.cue b/core/installer/values-tmpl/core-auth.cue
index 7765622..1caab7f 100644
--- a/core/installer/values-tmpl/core-auth.cue
+++ b/core/installer/values-tmpl/core-auth.cue
@@ -41,13 +41,13 @@
kratos: {
repository: "oryd"
name: "kratos"
- tag: "v1.1.0-distroless"
+ tag: "v26.2.0-distroless"
pullPolicy: "IfNotPresent"
}
hydra: {
repository: "oryd"
name: "hydra"
- tag: "v2.2.0-distroless"
+ tag: "v26.2.0-distroless"
pullPolicy: "IfNotPresent"
}
ui: {
@@ -186,7 +186,7 @@
enabled: false
}
config: {
- version: "v0.7.1-alpha.1"
+ version: "v26.2.0"
dsn: "postgres://kratos:kratos@postgres.\(global.namespacePrefix)core-auth.svc:5432/kratos?sslmode=disable&max_conns=20&max_idle_conns=4"
serve: {
public: {
@@ -246,6 +246,7 @@
}
}
registration: {
+ style: "unified"
lifespan: "10m"
ui_url: "https://accounts-ui.\(input.network.domain)/register"
after: {
@@ -353,7 +354,7 @@
enabled: true
}
config: {
- version: "v1.10.6"
+ version: "v26.2.0"
dsn: "postgres://hydra:hydra@postgres.\(global.namespacePrefix)core-auth.svc:5432/hydra?sslmode=disable&max_conns=20&max_idle_conns=4"
serve: {
cookies: {