From cf473fa77dce51b03a0c524760408d46ab29f671 Mon Sep 17 00:00:00 2001 From: Sergi Philipsen Date: Thu, 23 Nov 2023 21:13:51 +0100 Subject: [PATCH] feat: change referances and change repo site --- .github/workflows/release.yml | 2 +- README.md | 8 +- charts/zaakbrug/Chart.lock | 8 +- charts/zaakbrug/Chart.yaml | 6 +- charts/zaakbrug/README.md | 2 +- charts/zaakbrug/values.yaml | 4 +- frontend/pages/[name].vue | 136 +++++++++++++++++++++++----------- frontend/pages/index.vue | 83 +++++++++++++-------- 8 files changed, 158 insertions(+), 91 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7596cdb..fa47791 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - name: Helm repo run: | - helm repo add ibissource https://ibissource.github.io/charts/ && + helm repo add frankframework https://frankframework.github.io/charts/ && helm repo add bitnami https://charts.bitnami.com/bitnami && helm repo add maykinmedia https://maykinmedia.github.io/charts/ - name: Helm Deps diff --git a/README.md b/README.md index e46abf5..1a14336 100644 --- a/README.md +++ b/README.md @@ -15,17 +15,17 @@ Helm's [documentation](https://helm.sh/docs) to get started. Once Helm has been set up correctly, add the repo as follows: ```shell -helm repo add ibissource https://ibissource.github.io/charts +helm repo add wearefrank https://wearefrank.github.io/charts ``` If you had already added this repo earlier, run `helm repo update` to retrieve the latest versions of the packages. You can then run `helm search repo -ibissource` to see the charts. +frankframework` to see the charts. To install a chart: ```shell -helm install ibissource/ +helm install wearefrank/ ``` To uninstall the chart: @@ -38,4 +38,4 @@ helm delete The Franks! are based on the "ff-common" library chart. This is done to ensure each chart can be kept up to date easily. -If you want to create a Frank! chart yourself, please refer to the [ff-common documentation](https://github.com/ibissource/charts/blob/master/charts/frank-framework/README.md). There is also a [Frank! template](https://github.com/ibissource/charts/blob/master/ff-template/README.md) that can be copied as a starting point. +If you want to create a Frank! chart yourself, please refer to the [ff-common documentation](https://github.com/frankframework/charts/blob/master/charts/frankframework/README.md). There is also a [Frank! template](https://github.com/frankframework/charts/blob/master/ff-template/README.md) that can be copied as a starting point. diff --git a/charts/zaakbrug/Chart.lock b/charts/zaakbrug/Chart.lock index 9691013..d081276 100644 --- a/charts/zaakbrug/Chart.lock +++ b/charts/zaakbrug/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: ff-common - repository: https://ibissource.github.io/charts/ - version: 0.1.16 + repository: https://frankframework.github.io/charts/ + version: 0.1.17 - name: openzaak repository: https://maykinmedia.github.io/charts/ version: 1.1.1 -digest: sha256:9106c765c9a1d90a4b0fc8d9330915098da31f6b5d736d240245793b124705b1 -generated: "2023-11-16T16:52:36.649862925+01:00" +digest: sha256:931975ea280e5b49d842c393932e0b8e294a8e1027a385a1da89c1d105f9905a +generated: "2023-11-23T21:13:57.277740004+01:00" diff --git a/charts/zaakbrug/Chart.yaml b/charts/zaakbrug/Chart.yaml index b83e124..8b73a7d 100644 --- a/charts/zaakbrug/Chart.yaml +++ b/charts/zaakbrug/Chart.yaml @@ -4,12 +4,12 @@ description: A Helm chart for running ZaakBrug on Kubernetes name: zaakbrug icon: https://raw.githubusercontent.com/wearefrank/charts/master/charts/zaakbrug/icon.png type: application -version: 2.0.15 +version: 2.0.16 dependencies: - name: ff-common - version: ~0.1.16 - repository: https://ibissource.github.io/charts/ + version: ~0.1.17 + repository: https://frankframework.github.io/charts/ - name: openzaak alias: staging version: 1.1.1 diff --git a/charts/zaakbrug/README.md b/charts/zaakbrug/README.md index ff5e244..fec9830 100644 --- a/charts/zaakbrug/README.md +++ b/charts/zaakbrug/README.md @@ -2,7 +2,7 @@ An app for Dutch municipalities that supports the transition from "zaak- en documentatieservices" (zds) to "zaakgericht werken" (zgw). -[ZaakBrug source on GitHub](https://github.com/ibissource/zaakbrug) +[ZaakBrug source on GitHub](https://github.com/frankframework/zaakbrug) ## Usage diff --git a/charts/zaakbrug/values.yaml b/charts/zaakbrug/values.yaml index 8fbbc96..1a402ae 100644 --- a/charts/zaakbrug/values.yaml +++ b/charts/zaakbrug/values.yaml @@ -12,7 +12,7 @@ fullnameOverride: "" ## ## Frank!Framework image -## ref: https://https://nexus.frankframework.org/#browse/browse:frankframework-docker:v2%2Ffrank-framework%2Ftags/ +## ref: https://nexus.frankframework.org/#browse/browse:frankframework-docker:v2%2Ffrankframework%2Ftags/ ## @param image.registry Frank!Framework image registry ## @param image.repository Frank!Framework image repository ## @param image.tag Frank!Framework image tag (immutable tags are recommended) @@ -590,7 +590,7 @@ staging: runAsNonRoot: true runAsUser: 1000 ## API proxy image - ## ref: https://https://nexus.frankframework.org/#browse/browse:frankframework-docker:v2%2Ffrank-framework%2Ftags/ + ## ref: https://nexus.frankframework.org/#browse/browse:frankframework-docker:v2%2Ffrankframework%2Ftags/ ## @param staging.apiProxy.image.registry API proxy image registry ## @param staging.apiProxy.image.repository API proxy image repository ## @param staging.apiProxy.image.tag API proxy image tag (immutable tags are recommended) diff --git a/frontend/pages/[name].vue b/frontend/pages/[name].vue index c4cc476..90d1184 100644 --- a/frontend/pages/[name].vue +++ b/frontend/pages/[name].vue @@ -1,58 +1,104 @@ diff --git a/frontend/pages/index.vue b/frontend/pages/index.vue index 255cec0..016f279 100644 --- a/frontend/pages/index.vue +++ b/frontend/pages/index.vue @@ -1,37 +1,58 @@ \ No newline at end of file