Skip to content

Commit

Permalink
Update kind -> v1.31.1 & provider-aws-s3:v1.13.0 -> v1.17.0 + provide…
Browse files Browse the repository at this point in the history
…r-azure-storage:v1.0.1 -> v1.8.0
  • Loading branch information
jonashackt committed Nov 7, 2024
1 parent 9285b45 commit 5bc9644
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/provision-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: provision-aws
on: [push]

env:
KIND_NODE_VERSION: v1.29.2
KIND_NODE_VERSION: v1.31.1
BUCKET_NAME: spring2024-bucket
# AWS
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/provision-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: provision-azure
on: [push]

env:
KIND_NODE_VERSION: v1.29.0
KIND_NODE_VERSION: v1.31.1
RG_NAME: rg-crossplane
# Azure
ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Here are the brief steps to spin up Crossplane and provision an S3 Bucket on AWS
## DEMO No.1

# Create a kind cluster
kind create cluster --image kindest/node:v1.30.4 --wait 5m
kind create cluster --image kindest/node:v1.31.1 --wait 5m

# Install Crossplane
helm dependency update crossplane-install
Expand Down
2 changes: 1 addition & 1 deletion upbound/provider-aws-s3/config/provider-aws-s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Provider
metadata:
name: upbound-provider-aws-s3
spec:
package: xpkg.upbound.io/upbound/provider-aws-s3:v1.13.0
package: xpkg.upbound.io/upbound/provider-aws-s3:v1.17.0
packagePullPolicy: IfNotPresent # Only download the package if it isn’t in the cache.
revisionActivationPolicy: Automatic # Otherwise our Provider never gets activate & healthy
revisionHistoryLimit: 1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Provider
metadata:
name: upbound-provider-azure-storage
spec:
package: xpkg.upbound.io/upbound/provider-azure-storage:v1.0.1
package: xpkg.upbound.io/upbound/provider-azure-storage:v1.8.0
packagePullPolicy: Always
revisionActivationPolicy: Automatic
revisionHistoryLimit: 1

0 comments on commit 5bc9644

Please sign in to comment.