Skip to content

Commit

Permalink
Merge branch 'main' into fix/managedcluster-props
Browse files Browse the repository at this point in the history
  • Loading branch information
super-harsh authored Jun 16, 2023
2 parents 6e24176 + c6211a9 commit 37f3cac
Show file tree
Hide file tree
Showing 36 changed files with 2,472 additions and 288 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ validate-cainjection-files:

# Generate manifests for helm and package them up
.PHONY: helm-chart-manifests
helm-chart-manifests: LATEST_TAG := $(shell curl -sL https://api.github.com/repos/Azure/azure-service-operator/releases/latest | jq '.tag_name' --raw-output )
helm-chart-manifests: LATEST_TAG := $(shell curl -sL https://api.github.com/repos/Azure/azure-service-operator/releases | jq '[.[] | select(.tag_name | startswith("1.0")).tag_name][0]' --raw-output )
helm-chart-manifests: KUBE_RBAC_PROXY := gcr.io/kubebuilder/kube-rbac-proxy:v0.13.1
helm-chart-manifests: generate
@echo "Latest released tag is $(LATEST_TAG)"
Expand Down
Binary file added charts/azure-service-operator-1.12.0.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions charts/azure-service-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: azure-service-operator
version: 1.11.0
appVersion: 1.0.45297
version: 1.12.0
appVersion: 1.0.59040
description: Deploy components and dependencies of azure-service-operator
home: https://github.com/Azure/azure-service-operator
sources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ spec:
type: string
serverSecretKeyVault:
type: string
subscriptionId:
type: string
userSecretKeyVault:
type: string
required:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ spec:
required:
- name
type: object
subscriptionId:
type: string
weekOfYear:
format: int32
type: integer
Expand All @@ -213,6 +215,7 @@ spec:
yearlyRetention:
type: string
required:
- edition
- location
- resourceGroup
- server
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ spec:
spec:
description: AzureSqlFailoverGroupSpec defines the desired state of AzureSqlFailoverGroup
properties:
SecondaryServerSubscriptionId:
type: string
databaseList:
items:
type: string
Expand Down Expand Up @@ -196,6 +198,8 @@ spec:
server:
minLength: 1
type: string
subscriptionId:
type: string
required:
- databaseList
- failoverGracePeriod
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ spec:
type: string
startIpAddress:
type: string
subscriptionID:
type: string
required:
- resourceGroup
- server
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ spec:
server:
minLength: 1
type: string
subscriptionId:
type: string
required:
- dbName
- managedIdentityClientId
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ spec:
minLength: 1
pattern: ^[-\w\._\(\)]+$
type: string
subscriptionId:
type: string
required:
- location
- resourceGroup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ spec:
description: AzureSQLUserSpec defines the desired state of SqlUser
properties:
adminSecret:
description: optional
type: string
adminSecretKeyVault:
type: string
Expand All @@ -71,6 +70,9 @@ spec:
server:
minLength: 1
type: string
subscriptionId:
description: optional
type: string
username:
type: string
required:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ spec:
server:
minLength: 1
type: string
serverSubscriptionID:
type: string
subnetName:
type: string
vNetName:
Expand Down
2 changes: 1 addition & 1 deletion charts/azure-service-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ recoverSoftDeletedKeyVaultSecrets: True
# corresponding CRD yaml in the cart (and so no CRD in the k8s
# repository).
image:
repository: mcr.microsoft.com/k8s/azureserviceoperator:1.0.45297
repository: mcr.microsoft.com/k8s/azureserviceoperator:1.0.59040
kubeRBACProxy: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.1

# installAadPodIdentity determines if the aad-pod-identity subchart should be installed.
Expand Down
45 changes: 31 additions & 14 deletions charts/index.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,26 @@
apiVersion: v1
entries:
azure-service-operator:
- apiVersion: v2
appVersion: 1.0.59040
created: "2023-06-14T20:49:59.882254535Z"
dependencies:
- condition: installAadPodIdentity
name: aad-pod-identity
repository: https://raw.githubusercontent.com/Azure/aad-pod-identity/master/charts
version: 4.1.9
description: Deploy components and dependencies of azure-service-operator
digest: 6c019f7349b413b9d59e41fa2befcf20171bd3a5fba09e5b6247e6458c4dc4ee
home: https://github.com/Azure/azure-service-operator
name: azure-service-operator
sources:
- https://github.com/Azure/azure-service-operator
urls:
- azure-service-operator-1.12.0.tgz
version: 1.12.0
- apiVersion: v2
appVersion: 1.0.45297
created: "2022-07-29T22:11:53.712151172Z"
created: "2023-06-14T20:49:59.879235895Z"
dependencies:
- condition: installAadPodIdentity
name: aad-pod-identity
Expand All @@ -20,7 +37,7 @@ entries:
version: 1.11.0
- apiVersion: v2
appVersion: 1.0.39435
created: "2022-07-29T22:11:53.708389881Z"
created: "2023-06-14T20:49:59.877141044Z"
dependencies:
- condition: installAadPodIdentity
name: aad-pod-identity
Expand All @@ -37,7 +54,7 @@ entries:
version: 1.10.0
- apiVersion: v2
appVersion: 1.0.28631
created: "2022-07-29T22:11:53.746124088Z"
created: "2023-06-14T20:49:59.899129212Z"
dependencies:
- condition: installAadPodIdentity
name: aad-pod-identity
Expand All @@ -54,7 +71,7 @@ entries:
version: 1.9.0
- apiVersion: v2
appVersion: 1.0.28631
created: "2022-07-29T22:11:53.733547119Z"
created: "2023-06-14T20:49:59.89723051Z"
dependencies:
- condition: installAadPodIdentity
name: aad-pod-identity
Expand All @@ -71,7 +88,7 @@ entries:
version: 1.8.0
- apiVersion: v2
appVersion: 1.0.27207
created: "2022-07-29T22:11:53.731312024Z"
created: "2023-06-14T20:49:59.895052889Z"
dependencies:
- condition: installAadPodIdentity
name: aad-pod-identity
Expand All @@ -88,7 +105,7 @@ entries:
version: 1.7.0
- apiVersion: v2
appVersion: 1.0.24492
created: "2022-07-29T22:11:53.728443231Z"
created: "2023-06-14T20:49:59.891652991Z"
dependencies:
- condition: installAadPodIdentity
name: aad-pod-identity
Expand All @@ -105,7 +122,7 @@ entries:
version: 1.6.0
- apiVersion: v2
appVersion: 1.0.24492
created: "2022-07-29T22:11:53.726515636Z"
created: "2023-06-14T20:49:59.889778885Z"
dependencies:
- condition: installAadPodIdentity
name: aad-pod-identity
Expand All @@ -122,7 +139,7 @@ entries:
version: 1.5.0
- apiVersion: v2
appVersion: 1.0.23956
created: "2022-07-29T22:11:53.72480264Z"
created: "2023-06-14T20:49:59.888101095Z"
dependencies:
- condition: installAadPodIdentity
name: aad-pod-identity
Expand All @@ -139,7 +156,7 @@ entries:
version: 1.4.0
- apiVersion: v2
appVersion: 1.0.23694
created: "2022-07-29T22:11:53.716022262Z"
created: "2023-06-14T20:49:59.885660994Z"
dependencies:
- condition: installAadPodIdentity
name: aad-pod-identity
Expand All @@ -156,7 +173,7 @@ entries:
version: 1.3.0
- apiVersion: v2
appVersion: 1.0.22275
created: "2022-07-29T22:11:53.714181867Z"
created: "2023-06-14T20:49:59.883989582Z"
dependencies:
- condition: installAadPodIdentity
name: aad-pod-identity
Expand All @@ -173,7 +190,7 @@ entries:
version: 1.2.0
- apiVersion: v2
appVersion: 0.1.0
created: "2022-07-29T22:11:53.705921787Z"
created: "2023-06-14T20:49:59.874792911Z"
dependencies:
- condition: installAadPodIdentity
name: aad-pod-identity
Expand All @@ -190,7 +207,7 @@ entries:
version: 1.1.0
- apiVersion: v2
appVersion: 0.1.0
created: "2022-07-29T22:11:53.703722993Z"
created: "2023-06-14T20:49:59.871222855Z"
dependencies:
- condition: installAadPodIdentity
name: aad-pod-identity
Expand All @@ -207,7 +224,7 @@ entries:
version: 1.0.0
- apiVersion: v2
appVersion: 0.1.0
created: "2022-07-29T22:11:53.699061804Z"
created: "2023-06-14T20:49:59.869257541Z"
dependencies:
- condition: installAadPodIdentity
name: aad-pod-identity
Expand All @@ -222,4 +239,4 @@ entries:
urls:
- azure-service-operator-0.1.0.tgz
version: 0.1.0
generated: "2022-07-29T22:11:53.697048209Z"
generated: "2023-06-14T20:49:59.867354816Z"
Loading

0 comments on commit 37f3cac

Please sign in to comment.