Skip to content

Commit

Permalink
Merge pull request #828 from devspace-cloud/helm-issues
Browse files Browse the repository at this point in the history
Support stable repo for helm v3
  • Loading branch information
FabianKramm authored Dec 3, 2019
2 parents 64782a4 + 2cb9a70 commit 56089cf
Show file tree
Hide file tree
Showing 23 changed files with 29 additions and 492 deletions.
2 changes: 1 addition & 1 deletion examples/custom-builder/devspace.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Note: This example only works in minikube, since the custom builder
# does not push the image
version: v1beta4
version: v1beta5
images:
default:
image: devspace
Expand Down
2 changes: 1 addition & 1 deletion examples/dependencies/devspace.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: v1beta4
version: v1beta5
deployments:
- name: root
helm:
Expand Down
2 changes: 1 addition & 1 deletion examples/hooks/devspace.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: v1beta4
version: v1beta5
images:
default:
image: dscr.io/${DEVSPACE_USERNAME}/devspace
Expand Down
56 changes: 0 additions & 56 deletions examples/kaniko/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/kaniko/devspace.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: v1beta4
version: v1beta5
images:
default:
image: devspacecloud/devspace
Expand Down
53 changes: 0 additions & 53 deletions examples/kustomize/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/kustomize/devspace.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: v1beta4
version: v1beta5
images:
default:
image: yourusername/devspace
Expand Down
62 changes: 0 additions & 62 deletions examples/microservices/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/microservices/devspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# If you want to try this example in other
# Clusters you have to exchange the image names
# and enable image pushing
version: v1beta4
version: v1beta5
images:
node:
image: node
Expand Down
54 changes: 0 additions & 54 deletions examples/minikube/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/minikube/devspace.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: v1beta4
version: v1beta5
images:
default:
image: devspace
Expand Down
57 changes: 0 additions & 57 deletions examples/php-mysql-example/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/php-mysql-example/devspace.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: v1beta4
version: v1beta5
images:
default:
image: dscr.io/${DEVSPACE_USERNAME}/devspace
Expand Down
2 changes: 1 addition & 1 deletion examples/profiles/devspace.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: v1beta4
version: v1beta5
images:
service-image-1:
image: dscr.io/${DEVSPACE_USERNAME}/service-1
Expand Down
Loading

0 comments on commit 56089cf

Please sign in to comment.