Skip to content

Commit 56089cf

Browse files
authored
Merge pull request #828 from devspace-cloud/helm-issues
Support stable repo for helm v3
2 parents 64782a4 + 2cb9a70 commit 56089cf

File tree

23 files changed

+29
-492
lines changed

23 files changed

+29
-492
lines changed

examples/custom-builder/devspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Note: This example only works in minikube, since the custom builder
22
# does not push the image
3-
version: v1beta4
3+
version: v1beta5
44
images:
55
default:
66
image: devspace

examples/dependencies/devspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: v1beta4
1+
version: v1beta5
22
deployments:
33
- name: root
44
helm:

examples/hooks/devspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: v1beta4
1+
version: v1beta5
22
images:
33
default:
44
image: dscr.io/${DEVSPACE_USERNAME}/devspace

examples/kaniko/README.md

Lines changed: 0 additions & 56 deletions
This file was deleted.

examples/kaniko/devspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: v1beta4
1+
version: v1beta5
22
images:
33
default:
44
image: devspacecloud/devspace

examples/kustomize/README.md

Lines changed: 0 additions & 53 deletions
This file was deleted.

examples/kustomize/devspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: v1beta4
1+
version: v1beta5
22
images:
33
default:
44
image: yourusername/devspace

examples/microservices/README.md

Lines changed: 0 additions & 62 deletions
This file was deleted.

examples/microservices/devspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# If you want to try this example in other
33
# Clusters you have to exchange the image names
44
# and enable image pushing
5-
version: v1beta4
5+
version: v1beta5
66
images:
77
node:
88
image: node

examples/minikube/README.md

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)