Skip to content

Commit

Permalink
Update 1.1.0 Helm chart (#1378)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthchr authored Feb 15, 2021
1 parent 34453a0 commit 736367a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Binary file modified charts/azure-service-operator-1.1.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/azure-service-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ azureSecretNamingVersion: "2"
# corresponding CRD yaml in the cart (and so no CRD in the k8s
# repository).
image:
repository: mcr.microsoft.com/k8s/azureserviceoperator:1.0.19504
repository: mcr.microsoft.com/k8s/azureserviceoperator:1.0.19586

# installAadPodIdentity determines if the aad-pod-identity subchart should be installed.
installAadPodIdentity: False
Expand Down
10 changes: 5 additions & 5 deletions charts/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ entries:
azure-service-operator:
- apiVersion: v2
appVersion: 0.1.0
created: "2021-02-09T15:53:56.484362842-08:00"
created: "2021-02-11T10:01:24.682292037-08:00"
dependencies:
- condition: installAadPodIdentity
name: aad-pod-identity
repository: https://raw.githubusercontent.com/Azure/aad-pod-identity/master/charts
version: 1.5.5
description: Deploy components and dependencies of azure-service-operator
digest: 4bb7f7ca5e7d320f770adfeb72c0f07aaa94e1ab3a854e634e4970e2add60794
digest: 67e9f24e7ec3fa1aa330afb074649475ab4d767f74fbfc1ea540465ab9d664c3
home: https://github.com/Azure/azure-service-operator
name: azure-service-operator
sources:
Expand All @@ -20,7 +20,7 @@ entries:
version: 1.1.0
- apiVersion: v2
appVersion: 0.1.0
created: "2021-02-09T15:53:56.482322355-08:00"
created: "2021-02-11T10:01:24.679610153-08:00"
dependencies:
- condition: installAadPodIdentity
name: aad-pod-identity
Expand All @@ -37,7 +37,7 @@ entries:
version: 1.0.0
- apiVersion: v2
appVersion: 0.1.0
created: "2021-02-09T15:53:56.474154906-08:00"
created: "2021-02-11T10:01:24.677315566-08:00"
dependencies:
- condition: installAadPodIdentity
name: aad-pod-identity
Expand All @@ -52,4 +52,4 @@ entries:
urls:
- azure-service-operator-0.1.0.tgz
version: 0.1.0
generated: "2021-02-09T15:53:56.469646235-08:00"
generated: "2021-02-11T10:01:24.674643681-08:00"
6 changes: 3 additions & 3 deletions docs/howto/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ The release process for Azure Service Operator has two steps:
- Click "create release" and choose the build from step 1 for "Artifacts".
- Click "Create".
3. Wait for the DevOps release created in step #2 to finish. The result of a successful run of the DevOps release is:
- The creation of a GitHub release you can access at https://github.com/Azure/azure-service-operator/releases. This release contains:
- A `setup.yaml` file complete with all of the Azure Service Operator CRDs and deployment configuration which can easily be applied directly to a cluster.
- `notes.txt` with a link to the Azure Service Operator manager docker image.
- The creation of a GitHub release you can access at https://github.com/Azure/azure-service-operator/releases. This release contains:
- A `setup.yaml` file complete with all of the Azure Service Operator CRDs and deployment configuration which can easily be applied directly to a cluster.
- `notes.txt` with a link to the Azure Service Operator manager docker image.


## Releasing an updated Helm chart
Expand Down

0 comments on commit 736367a

Please sign in to comment.