Skip to content

Commit

Permalink
Merge pull request #1515 from dgageot/fix-version
Browse files Browse the repository at this point in the history
Should be v1beta3
  • Loading branch information
dgageot authored Jan 24, 2019
2 parents 2861b72 + edb5dda commit 0765c05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ weight = 1
#copyright = "Skaffold"
#privacy_policy = "https://policies.google.com/privacy"
github_repo = "https://github.com/GoogleContainerTools/skaffold"
skaffold_version = "skaffold/v1beta2"
skaffold_version = "skaffold/v1beta3"

# Google Custom Search Engine ID. Remove or comment out to disable search.
gcs_engine_id = "013756393218025596041:3nojel67sum"
Expand Down
2 changes: 1 addition & 1 deletion pkg/skaffold/deploy/testdata/foo/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta2
apiVersion: apps/v1beta3
kind: Deployment
metadata:
name: {{ template "foo.fullname" . }}
Expand Down

0 comments on commit 0765c05

Please sign in to comment.