Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update changelog deployment chart v3.2.0 #1803

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/community/changelog/deployment/migration/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ version: 1.1.0
dependencies:
- name: deployment
repository: https://charts.altinn.studio/
version: 2.8.0
version: 3.2.0
```

You are using the latest deployment strategy.
Expand All @@ -79,7 +79,7 @@ The migration is fairly simple and involves three changes in your deployment fol
dependencies:
- name: deployment
repository: https://charts.altinn.studio/
version: 2.8.0
version: 3.2.0
```
Your Chart.yaml should now look like this:
```yaml
Expand All @@ -92,7 +92,7 @@ The migration is fairly simple and involves three changes in your deployment fol
dependencies:
- name: deployment
repository: https://charts.altinn.studio/
version: 2.8.0
version: 3.2.0
```
3. Add a new line at the top of your values.yaml containing the string `deployment:` and indent all the old lines with
two spaces (yaml treats spaces and tab differently so check that you add spaces) <br><br>Given that your values.yaml
Expand Down
6 changes: 3 additions & 3 deletions content/community/changelog/deployment/migration/_index.nb.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ version: 1.1.0
dependencies:
- name: deployment
repository: https://charts.altinn.studio/
version: 2.8.0
version: 3.2.0
```

Benytter din applikasjon siste deployment strategi.
Expand All @@ -75,7 +75,7 @@ Migreringen er rimelig enkel og involverer bare tre endringer i mappen `deployme
dependencies:
- name: deployment
repository: https://charts.altinn.studio/
version: 2.8.0
version: 3.2.0
```
Your Chart.yaml should now look like this:
```yaml
Expand All @@ -88,7 +88,7 @@ Migreringen er rimelig enkel og involverer bare tre endringer i mappen `deployme
dependencies:
- name: deployment
repository: https://charts.altinn.studio/
version: 2.8.0
version: 3.2.0
```
3. Legg til en ny linje i toppen av values.yaml og skriv inn `deployment:` på denne linjen. Legg til to space først på hver linje etter dette (yaml behandler tab og mellomrom forskjellig så forsikre deg om at det er mellomrom). <br><br>Gitt at din values.yaml ser ut som det her:
```yaml
Expand Down
13 changes: 13 additions & 0 deletions content/community/changelog/deployment/v3/whats-new/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ description: Overview of changes introduced in v3 of deployment.
toc: true
---

## 3.2.0

* Change traefik api from traefik.containo.us to traefik.io
* Do not set values for tls config default, use cluster default

[View release on Github](https://github.com/Altinn/altinn-studio-charts/releases/tag/deployment-3.2.0)

## 3.1.0

* Remove default value for image pullsecret. This is no longer needed, cluster handle auth to registry.

[View release on Github](https://github.com/Altinn/altinn-studio-charts/releases/tag/deployment-3.1.0)

## 3.0.1
Bugfix:
* Remove double hpa behavior field in template
Expand Down
13 changes: 13 additions & 0 deletions content/community/changelog/deployment/v3/whats-new/_index.nb.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ description: Oversikt over endringer som ble introdusert i v3 av deployment.
toc: true
---

## 3.2.0

* Oppgrader Traefik API fra traefik.containo.us til traefik.io
* Ikke sett verdier for tls-konfigurasjon som standard, bruk cluster standard

[View release on Github](https://github.com/Altinn/altinn-studio-charts/releases/tag/deployment-3.2.0)

## 3.1.0

* Fjern standardverdi for image pullsecret. Dette er ikke lenger nødvendig, cluster håndterer autentisering til registeret

[View release on Github](https://github.com/Altinn/altinn-studio-charts/releases/tag/deployment-3.1.0)

## 3.0.1
Bugfix:
* Fjern dobbelt angitt hpa behavior felt i template
Expand Down