Skip to content

Commit

Permalink
Prepare to release Helm-Chart version 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Wiechmann committed Apr 25, 2022
1 parent 1d2f63b commit cc1abac
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 13 deletions.
4 changes: 3 additions & 1 deletion APIM/Helmchart/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

All notable changes to this project will be documented in this file.

## [Unreleased]
## [2.9.0] 2022-04-25

### Changed
- Standard POD Anti-Affinity for apitraffic to ensure API-Gateways are running on different worker nodes
- Updated Helm-Chart dependencies
- bitnami/mysql 8.8.34 --> 8.9.2

### Fixed
- apitraffic deployment referenced wrong PCV audit instead of apigw-audit (#34)
Expand Down
8 changes: 4 additions & 4 deletions APIM/Helmchart/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ dependencies:
version: 7.7.3
- name: mysql
repository: https://charts.bitnami.com/bitnami
version: 8.8.34
version: 8.9.2
- name: mysql
repository: https://charts.bitnami.com/bitnami
version: 8.8.34
version: 8.9.2
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 15.7.6
digest: sha256:357841eb90bd794faad8feac688beae06c0bb1fd67e9315bb8bbd587b8795c7d
generated: "2022-04-07T08:47:49.127449+02:00"
digest: sha256:68abe939341b5711e73f1782e32845983efee99571e36b88da2d71a82a640a7a
generated: "2022-04-25T14:08:11.3138118+02:00"
2 changes: 1 addition & 1 deletion APIM/Helmchart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2

appVersion: 7.7-20220228

version: "2.8.0"
version: "2.9.0"

description: Helm chart for installing the Axway API-Management solution.
icon: https://images.app.goo.gl/MbQyRo2M2jzAsed79
Expand Down
1 change: 1 addition & 0 deletions APIM/Helmchart/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- `./Chart.yaml`
- `./examples/aws-eks/README.md`
- `./examples/google-gke/README.md`
- And other examples
- Update the `CHANGELOG.md`
- Commit and Push
- Create a release on GitHub with tag schema: `apim-helm-v2.8.0`
Binary file removed APIM/Helmchart/charts/mysql-8.8.34.tgz
Binary file not shown.
Binary file added APIM/Helmchart/charts/mysql-8.9.2.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion APIM/Helmchart/examples/aws-eks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ You can overwrite all parameters of the base [`values.yaml`](../../values.yaml),

To finally start the deployment into your Kubernetes Cluster using Helm, use now the following command:
```
helm install axway-apim -n apim -f .\local-values-eks.yaml https://github.com/Axway/Cloud-Automation/releases/download/apim-helm-v2.8.0/helm-chart-axway-apim-2.8.0.tgz
helm install axway-apim -n apim -f .\local-values-eks.yaml https://github.com/Axway/Cloud-Automation/releases/download/apim-helm-v2.9.0/helm-chart-axway-apim-2.9.0.tgz
```

Now check if the resources, such as pods, ingresses, services, etc. are created and correct any problems that occur.
Expand Down
4 changes: 2 additions & 2 deletions APIM/Helmchart/examples/azure-aks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ You can overwrite all parameters of the base [`values.yaml`](../../values.yaml),

To finally start the deployment into your Kubernetes Cluster using Helm, use now the following command:
```
helm install axway-apim -n apim -f .\local-values-aks-noingress.yaml https://github.com/Axway/Cloud-Automation/releases/download/apim-helm-v2.3.0/helm-chart-axway-apim-2.3.0.tgz
helm install axway-apim -n apim -f .\local-values-aks-noingress.yaml https://github.com/Axway/Cloud-Automation/releases/download/apim-helm-v2.9.0/helm-chart-axway-apim-2.9.0.tgz
```

Now wait that all containers are up and in running state with the following command :
Expand Down Expand Up @@ -218,7 +218,7 @@ You can overwrite all parameters of the base [`values.yaml`](../../values.yaml),

To finally start the deployment into your Kubernetes Cluster using Helm, use now the following command:
```
helm install axway-apim -n apim -f .\local-values-aks-agic.yaml https://github.com/Axway/Cloud-Automation/releases/download/apim-helm-v2.3.0/helm-chart-axway-apim-2.3.0.tgz
helm install axway-apim -n apim -f .\local-values-aks-agic.yaml https://github.com/Axway/Cloud-Automation/releases/download/apim-helm-v2.9.0/helm-chart-axway-apim-2.9.0.tgz
```

Now wait that all containers are up and in running state with the following command :
Expand Down
2 changes: 1 addition & 1 deletion APIM/Helmchart/examples/google-gke/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ You can overwrite all parameters of the base [`values.yaml`](../../values.yaml),

To finally start the deployment into your Kubernetes Cluster using Helm, use now the following command:
```
helm install axway-apim -n apim -f .\local-values-gke.yaml https://github.com/Axway/Cloud-Automation/releases/download/apim-helm-v2.8.0/helm-chart-axway-apim-2.8.0.tgz
helm install axway-apim -n apim -f .\local-values-gke.yaml https://github.com/Axway/Cloud-Automation/releases/download/apim-helm-v2.9.0/helm-chart-axway-apim-2.9.0.tgz
```

Now check if the resources, such as pods, ingresses, services, etc. are created and correct any problems that occur.
Expand Down
2 changes: 1 addition & 1 deletion APIM/Helmchart/examples/minikube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Kubectl create ns apim
To finally start the deployment into your Kubernetes Cluster using Helm, use now the following command:
```
helm install axway-apim -n apim -f .\local-values-minikube.yaml https://github.com/Axway/Cloud-Automation/releases/download/apim-helm-v2.3.0/helm-chart-axway-apim-2.3.0.tgz
helm install axway-apim -n apim -f .\local-values-minikube.yaml https://github.com/Axway/Cloud-Automation/releases/download/apim-helm-v2.9.0/helm-chart-axway-apim-2.9.0.tgz
```
Expected output example :
Expand Down
4 changes: 2 additions & 2 deletions APIM/Helmchart/examples/mutliple-gateways-groups/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ You can overwrite all parameters of the base [`values.yaml`](../../values.yaml),

To finally start the deployment into your Kubernetes Cluster using Helm, use now the following commands:
```
helm install axway-apim-int -n apim-internal -f .\local-apim-internal-value.yaml https://github.com/Axway/Cloud-Automation/releases/download/apim-helm-v2.3.0/helm-chart-axway-apim-2.3.0.tgz
helm install axway-apim-ext -n apim-external -f .\local-apim-external-value.yaml https://github.com/Axway/Cloud-Automation/releases/download/apim-helm-v2.3.0/helm-chart-axway-apim-2.3.0.tgz
helm install axway-apim-int -n apim-internal -f .\local-apim-internal-value.yaml https://github.com/Axway/Cloud-Automation/releases/download/apim-helm-v2.9.0/helm-chart-axway-apim-2.9.0.tgz
helm install axway-apim-ext -n apim-external -f .\local-apim-external-value.yaml https://github.com/Axway/Cloud-Automation/releases/download/apim-helm-v2.9.0/helm-chart-axway-apim-2.9.0.tgz
```

Now wait that all containers are up and in running state with the following command :
Expand Down

0 comments on commit cc1abac

Please sign in to comment.