diff --git a/Dockerfile b/Dockerfile
index 621733b18d29b64ee18dab61375e63e9ff93c947..51a10593c8cf6aaf6c298d440216982e74fbaa9b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,7 +13,7 @@ ADD https://github.com/fluxcd/flux2/releases/download/v0.22.0/flux_0.22.0_linux_
 COPY ./requirements.txt /requirements.txt
 RUN \
   # Install kubectl from alpine edge until alpine 3.16 is released
-  apk --no-cache add kubectl=~1.22.4-r0 \
+  apk --no-cache add kubectl=~1.23.1-r0 \
     --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing && \
   apk --no-cache add \
     bash=~5.1.8-r0 \
diff --git a/flux2/core/base/dashboard/dashboard-release.yaml b/flux2/core/base/dashboard/dashboard-release.yaml
index 3dadb255f8fc70545d76d2a66f83ed44db620b99..19fc79091e5cd1c512298c4e2c0a28a9f57cf8e7 100644
--- a/flux2/core/base/dashboard/dashboard-release.yaml
+++ b/flux2/core/base/dashboard/dashboard-release.yaml
@@ -13,7 +13,7 @@ spec:
     spec:
       # renovate: registryUrl=https://open.greenhost.net/api/v4/projects/48/packages/helm/stable
       chart: stackspin-dashboard
-      version: 0.1.1
+      version: 0.1.2
       sourceRef:
         kind: HelmRepository
         name: dashboard
diff --git a/flux2/core/base/sources/single-sign-on.yaml b/flux2/core/base/sources/single-sign-on.yaml
index dfe7c33131c2a81b948b0d3eae7181331fb92050..f9d499d24f14a3240aba761d1eac65338e9aac39 100644
--- a/flux2/core/base/sources/single-sign-on.yaml
+++ b/flux2/core/base/sources/single-sign-on.yaml
@@ -8,5 +8,4 @@ spec:
   # The interval at which to check the upstream for updates
   interval: 1h
   # The repository URL, can be a HTTP/S or SSH address
-  # TODO: REVERT TO STABLE
-  url: https://open.greenhost.net/api/v4/projects/8/packages/helm/unstable
+  url: https://open.greenhost.net/api/v4/projects/8/packages/helm/stable
diff --git a/requirements.txt b/requirements.txt
index fe57c8e280fa63baac77356b87bf4558089f8306..468cee5ee6f16dd3dfd31ce6a773845aa2f9ada9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -78,7 +78,7 @@ pynacl==1.4.0
     # via paramiko
 pyopenssl==21.0.0
     # via -r requirements.in
-pyparsing==2.4.7
+pyparsing==3.0.6
     # via packaging
 pytest==6.2.5
     # via