diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 1eee775..a2c259c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -24,4 +24,6 @@ jobs: git config --global user.email '$GITHUB_ACTOR@users.noreply.github.com' git add . git commit -sm "docs: generate chart documentation" - git push \ No newline at end of file + git push + env: + GITHUB_ACTOR: ${{ vars.GITHUB_ACTOR }} \ No newline at end of file diff --git a/charts/cryptpad/Chart.yaml b/charts/cryptpad/Chart.yaml index 209e828..641afff 100644 --- a/charts/cryptpad/Chart.yaml +++ b/charts/cryptpad/Chart.yaml @@ -21,7 +21,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.11 +version: 0.0.10 # 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 diff --git a/charts/cryptpad/tests/__snapshot__/ingress_test.yaml.snap b/charts/cryptpad/tests/__snapshot__/ingress_test.yaml.snap index dd76051..bcb90be 100644 --- a/charts/cryptpad/tests/__snapshot__/ingress_test.yaml.snap +++ b/charts/cryptpad/tests/__snapshot__/ingress_test.yaml.snap @@ -11,3 +11,10 @@ should set values properly: number: 80 path: / pathType: ImplementationSpecific + - backend: + service: + name: release-cryptpad + port: + number: 83 + path: /cryptpad_websocket + pathType: ImplementationSpecific diff --git a/charts/cryptpad/tests/__snapshot__/service_test.yaml.snap b/charts/cryptpad/tests/__snapshot__/service_test.yaml.snap index 4a62d6c..13b67e9 100644 --- a/charts/cryptpad/tests/__snapshot__/service_test.yaml.snap +++ b/charts/cryptpad/tests/__snapshot__/service_test.yaml.snap @@ -5,6 +5,10 @@ should set values properly: port: 80 protocol: TCP targetPort: http + - name: ws + port: 83 + protocol: TCP + targetPort: ws selector: app.kubernetes.io/instance: release app.kubernetes.io/name: cryptpad