diff --git a/.gitea/workflows/dockerimage.yaml b/.gitea/workflows/dockerimage.yaml index 4f618c6..29b0dd2 100644 --- a/.gitea/workflows/dockerimage.yaml +++ b/.gitea/workflows/dockerimage.yaml @@ -23,7 +23,7 @@ jobs: - name: Login to Gitea Container Registry uses: docker/login-action@v3 with: - registry: gitea.arcodange.duckdns.org + registry: gitea.arcodange.lab username: ${{ github.actor }} password: ${{ secrets.PACKAGES_TOKEN }} @@ -33,7 +33,7 @@ jobs: TAGS="latest $CURRENT_VERSION" for TAG in $TAGS; do docker pull sintan1729/chhoto-url:$TAG --platform arm64 - docker tag sintan1729/chhoto-url:$TAG gitea.arcodange.duckdns.org/${{ github.repository }}:$TAG - docker push gitea.arcodange.duckdns.org/${{ github.repository }}:$TAG + docker tag sintan1729/chhoto-url:$TAG gitea.arcodange.lab/${{ github.repository }}:$TAG + docker push gitea.arcodange.lab/${{ github.repository }}:$TAG done \ No newline at end of file diff --git a/README.md b/README.md index e1b8b81..6150b47 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ ## TLDR ```sh -docker run --rm -p 4567:4567 -e site_url="http://0.0.0.0:4567" -e slug_style="UID" -e slug_length="4" gitea.arcodange.duckdns.org/arcodange-org/url-shortener:5.4.2 # -e db_url=/urls.sqlite +docker run --rm -p 4567:4567 -e site_url="http://0.0.0.0:4567" -e slug_style="UID" -e slug_length="4" gitea.arcodange.lab/arcodange-org/url-shortener:5.4.2 # -e db_url=/urls.sqlite ``` # What is it? diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 8d5e81d..e421b5c 100644 --- a/chart/Chart.yaml +++ b/chart/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: "6.3.2" +appVersion: "6.5.3" diff --git a/chart/values.yaml b/chart/values.yaml index 38b8263..441cf8f 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: gitea.arcodange.duckdns.org/arcodange-org/url-shortener + repository: gitea.arcodange.lab/arcodange-org/url-shortener pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "" @@ -49,12 +49,14 @@ ingress: annotations: traefik.ingress.kubernetes.io/router.entrypoints: websecure traefik.ingress.kubernetes.io/router.tls: "true" - traefik.ingress.kubernetes.io/router.tls.certresolver: letsencrypt - traefik.ingress.kubernetes.io/router.tls.domains.0.main: arcodange.duckdns.org - traefik.ingress.kubernetes.io/router.tls.domains.0.sans: url.arcodange.duckdns.org + cert-manager.io/cluster-issuer: step-ca traefik.ingress.kubernetes.io/router.middlewares: localIp@file + tls: + - secretName: url-arcodange-lab-tls + hosts: + - url.arcodange.lab hosts: - - host: url.arcodange.duckdns.org + - host: url.arcodange.lab paths: - path: / pathType: Exact @@ -64,7 +66,6 @@ ingress: pathType: Prefix - path: /assets/ pathType: Prefix - tls: [] # - secretName: chart-example-tls # hosts: # - chart-example.local