Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
ef7b54b0
Unverified
Commit
ef7b54b0
authored
Mar 12, 2019
by
Matthew Fisher
Committed by
GitHub
Mar 12, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5426 from tariq1890/up_docker
update docker version and golang image version in helm
parents
0b3a09b2
528dc955
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
config.yml
.circleci/config.yml
+2
-2
Makefile
Makefile
+1
-1
No files found.
.circleci/config.yml
View file @
ef7b54b0
...
@@ -4,13 +4,13 @@ jobs:
...
@@ -4,13 +4,13 @@ jobs:
working_directory
:
/go/src/k8s.io/helm
working_directory
:
/go/src/k8s.io/helm
parallelism
:
3
parallelism
:
3
docker
:
docker
:
-
image
:
golang:1.1
1
-
image
:
golang:1.1
2
environment
:
environment
:
PROJECT_NAME
:
"
kubernetes-helm"
PROJECT_NAME
:
"
kubernetes-helm"
steps
:
steps
:
-
checkout
-
checkout
-
setup_remote_docker
:
-
setup_remote_docker
:
version
:
1
7.09
.0-ce
version
:
1
8.06
.0-ce
-
restore_cache
:
-
restore_cache
:
keys
:
keys
:
-
glide-{{ checksum "glide.yaml" }}-{{ checksum "glide.lock" }}
-
glide-{{ checksum "glide.yaml" }}-{{ checksum "glide.lock" }}
...
...
Makefile
View file @
ef7b54b0
DOCKER_REGISTRY
?=
gcr.io
DOCKER_REGISTRY
?=
gcr.io
IMAGE_PREFIX
?=
kubernetes-helm
IMAGE_PREFIX
?=
kubernetes-helm
DEV_IMAGE
?=
golang:1.1
1
DEV_IMAGE
?=
golang:1.1
2
SHORT_NAME
?=
tiller
SHORT_NAME
?=
tiller
SHORT_NAME_RUDDER
?=
rudder
SHORT_NAME_RUDDER
?=
rudder
TARGETS
?=
darwin/amd64 linux/amd64 linux/386 linux/arm linux/arm64 linux/ppc64le linux/s390x windows/amd64
TARGETS
?=
darwin/amd64 linux/amd64 linux/386 linux/arm linux/arm64 linux/ppc64le linux/s390x windows/amd64
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment