Skip to content

Commit

Permalink
chore: updates msi-adapter image
Browse files Browse the repository at this point in the history
Signed-off-by: Nilekh Chaudhari <1626598+nilekhc@users.noreply.github.com>
  • Loading branch information
nilekhc committed Mar 27, 2023
1 parent e36fd57 commit 7c31102
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
14 changes: 7 additions & 7 deletions .pipelines/templates/arc/e2e-extension-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ jobs:
ciKindCluster: true
isArcTest: true
- template: ../teardown.yaml
- template: ../cleanup-images.yaml
parameters:
imageVersion: $(EXT_VERSION)
registryRepo: $(REGISTRY_REPO)
subscriptionId: $(SUBSCRIPTION_ID)
registryName: $(STAGING_REGISTRY_NAME)
isMultiArch: false
# - template: ../cleanup-images.yaml
# parameters:
# imageVersion: $(EXT_VERSION)
# registryRepo: $(REGISTRY_REPO)
# subscriptionId: $(SUBSCRIPTION_ID)
# registryName: $(STAGING_REGISTRY_NAME)
# isMultiArch: false
5 changes: 3 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ pr:
pool: staging-pool

jobs:
- template: .pipelines/templates/unit-test.yaml
- template: .pipelines/templates/e2e-test-kind.yaml
# - template: .pipelines/templates/unit-test.yaml
# - template: .pipelines/templates/e2e-test-kind.yaml
- template: .pipelines/templates/arc/e2e-extension-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
memory: 100Mi
# MSI Adapter
- name: msi-adapter
image: "mcr.microsoft.com/azurearck8s/msi-adapter:1.0.0"
image: "mcr.microsoft.com/azurearck8s/msi-adapter:1.0.4"
imagePullPolicy: IfNotPresent
env:
- name: TOKEN_NAMESPACE
Expand Down

0 comments on commit 7c31102

Please sign in to comment.