Skip to content

Commit 03713a9

Browse files
Fix last references to old primary branch (Azure#2223)
1 parent 07937b7 commit 03713a9

12 files changed

+29
-29
lines changed

.github/workflows/api-docs-repo.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout code
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v3
1212
with:
1313
ref: main
1414

@@ -20,7 +20,7 @@ jobs:
2020
branch: 'bot/update-api-docs'
2121

2222
- name: Checkout code
23-
uses: actions/checkout@master
23+
uses: actions/checkout@v3
2424
with:
2525
ref: bot/update-api-docs
2626
fetch-depth: 0 # required to access tags

.github/workflows/build-devcontainer-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout code
29-
uses: actions/checkout@v2
29+
uses: actions/checkout@v3
3030

3131
- name: Log in to GitHub Docker Registry
3232
uses: docker/login-action@v1

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@v2
42+
uses: actions/checkout@v3
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL

.github/workflows/create-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616
with:
1717
fetch-depth: 0 # required to access tags
1818
submodules: 'true'

.github/workflows/deploy-site.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616
with:
1717
fetch-depth: 0 # required to access tags
1818
submodules: 'true'

.github/workflows/helm-chart-repo.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515
with:
1616
ref: main
1717
fetch-depth: 0 # required to access tags
@@ -25,7 +25,7 @@ jobs:
2525
branch: 'bot/update-helm-chart'
2626

2727
- name: Checkout code
28-
uses: actions/checkout@v2
28+
uses: actions/checkout@v3
2929
with:
3030
ref: bot/update-helm-chart
3131
fetch-depth: 0 # required to access tags

.github/workflows/live-validation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515
with:
1616
fetch-depth: 0 # required to access tags
1717
submodules: 'true'

.github/workflows/pr-validation-fork.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
return result;
5151
5252
- name: Fork based /ok-to-test checkout
53-
uses: actions/checkout@v2
53+
uses: actions/checkout@v3
5454
with:
5555
fetch-depth: 0 # required to access tags
5656
submodules: 'true'

.github/workflows/pr-validation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
steps:
4646
- name: Checkout code
47-
uses: actions/checkout@v2
47+
uses: actions/checkout@v3
4848
with:
4949
fetch-depth: 0 # required to access tags
5050
submodules: 'true'
@@ -119,7 +119,7 @@ jobs:
119119

120120
steps:
121121
- name: Checkout code
122-
uses: actions/checkout@v2
122+
uses: actions/checkout@v3
123123
with:
124124
fetch-depth: 0 # required to access tags
125125
submodules: 'true'

.github/workflows/visualize-repo.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616
with:
1717
ref: main
1818

config/operator-bundle/bases/azure-service-operator.clusterserviceversion.yaml

+15-15
Original file line numberDiff line numberDiff line change
@@ -287,21 +287,21 @@ spec:
287287
288288
## Supported Azure Services
289289
290-
- [Resource Group](https://github.com/Azure/azure-service-operator/tree/master/docs/v1/services/resourcegroup/resourcegroup.md)
291-
- [Event Hubs](https://github.com/Azure/azure-service-operator/tree/master/docs/v1/services/eventhub/eventhub.md)
292-
- [Azure SQL](https://github.com/Azure/azure-service-operator/tree/master/docs/v1/services/azuresql/azuresql.md)
293-
- [Azure Database for PostgreSQL](https://github.com/Azure/azure-service-operator/tree/master/docs/v1/services/postgresql/postgresql.md)
294-
- [Azure Database for MySQL](https://github.com/Azure/azure-service-operator/tree/master/docs/v1/services/mysql/mysql.md)
295-
- [Azure Key Vault](https://github.com/Azure/azure-service-operator/tree/master/docs/v1/services/keyvault/keyvault.md)
296-
- [Azure Cache for Redis](https://github.com/Azure/azure-service-operator/tree/master/docs/v1/services/rediscache/rediscache.md)
297-
- [Storage Account](https://github.com/Azure/azure-service-operator/tree/master/docs/v1/services/storage/storageaccount.md)
298-
- [Blob Storage](https://github.com/Azure/azure-service-operator/tree/master/docs/v1/services/storage/blobcontainer.md)
299-
- [Virtual Network](https://github.com/Azure/azure-service-operator/tree/master/docs/v1/services/virtualnetwork/virtualnetwork.md)
300-
- [Application Insights](https://github.com/Azure/azure-service-operator/tree/master/docs/v1/services/appinsights/appinsights.md)
301-
- [API Management](https://github.com/Azure/azure-service-operator/tree/master/docs/v1/services/apimgmt/apimgmt.md)
302-
- [Cosmos DB](https://github.com/Azure/azure-service-operator/tree/master/docs/v1/services/cosmosdb/cosmosdb.md)
303-
- [Virtual Machine](https://github.com/Azure/azure-service-operator/tree/master/docs/v1/services/virtualmachine/virtualmachine.md)
304-
- [Virtual Machine Scale Set](https://github.com/Azure/azure-service-operator/tree/master/docs/v1/services/vmscaleset/vmscaleset.md)
290+
- [Resource Group](https://github.com/Azure/azure-service-operator/tree/main/docs/v1/services/resourcegroup/resourcegroup.md)
291+
- [Event Hubs](https://github.com/Azure/azure-service-operator/tree/main/docs/v1/services/eventhub/eventhub.md)
292+
- [Azure SQL](https://github.com/Azure/azure-service-operator/tree/main/docs/v1/services/azuresql/azuresql.md)
293+
- [Azure Database for PostgreSQL](https://github.com/Azure/azure-service-operator/tree/main/docs/v1/services/postgresql/postgresql.md)
294+
- [Azure Database for MySQL](https://github.com/Azure/azure-service-operator/tree/main/docs/v1/services/mysql/mysql.md)
295+
- [Azure Key Vault](https://github.com/Azure/azure-service-operator/tree/main/docs/v1/services/keyvault/keyvault.md)
296+
- [Azure Cache for Redis](https://github.com/Azure/azure-service-operator/tree/main/docs/v1/services/rediscache/rediscache.md)
297+
- [Storage Account](https://github.com/Azure/azure-service-operator/tree/main/docs/v1/services/storage/storageaccount.md)
298+
- [Blob Storage](https://github.com/Azure/azure-service-operator/tree/main/docs/v1/services/storage/blobcontainer.md)
299+
- [Virtual Network](https://github.com/Azure/azure-service-operator/tree/main/docs/v1/services/virtualnetwork/virtualnetwork.md)
300+
- [Application Insights](https://github.com/Azure/azure-service-operator/tree/main/docs/v1/services/appinsights/appinsights.md)
301+
- [API Management](https://github.com/Azure/azure-service-operator/tree/main/docs/v1/services/apimgmt/apimgmt.md)
302+
- [Cosmos DB](https://github.com/Azure/azure-service-operator/tree/main/docs/v1/services/cosmosdb/cosmosdb.md)
303+
- [Virtual Machine](https://github.com/Azure/azure-service-operator/tree/main/docs/v1/services/virtualmachine/virtualmachine.md)
304+
- [Virtual Machine Scale Set](https://github.com/Azure/azure-service-operator/tree/main/docs/v1/services/vmscaleset/vmscaleset.md)
305305
306306
## Instructions - Please read before installing
307307

docs/v1/howto/quickstart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ kubectl rollout status -n cert-manager deploy/cert-manager-webhook
127127

128128
### Install Azure Service Operator
129129
```
130-
helm upgrade --install aso https://github.com/Azure/azure-service-operator/raw/master/charts/azure-service-operator-0.1.0.tgz \
130+
helm upgrade --install aso https://github.com/Azure/azure-service-operator/raw/main/charts/azure-service-operator-0.1.0.tgz \
131131
--namespace=azureoperator-system \
132132
--create-namespace \
133133
--set azureSubscriptionID=$SUBSCRIPTION_ID \

0 commit comments

Comments
 (0)