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
528dc955
Commit
528dc955
authored
Mar 10, 2019
by
tariqibrahim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update docker version and golang image version in helm
Signed-off-by:
tariqibrahim
<
tariq.ibrahim@microsoft.com
>
parent
5b38cc2d
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 @
528dc955
...
...
@@ -4,13 +4,13 @@ jobs:
working_directory
:
/go/src/k8s.io/helm
parallelism
:
3
docker
:
-
image
:
golang:1.1
1
-
image
:
golang:1.1
2
environment
:
PROJECT_NAME
:
"
kubernetes-helm"
steps
:
-
checkout
-
setup_remote_docker
:
version
:
1
7.09
.0-ce
version
:
1
8.06
.0-ce
-
restore_cache
:
keys
:
-
glide-{{ checksum "glide.yaml" }}-{{ checksum "glide.lock" }}
...
...
Makefile
View file @
528dc955
DOCKER_REGISTRY
?=
gcr.io
IMAGE_PREFIX
?=
kubernetes-helm
DEV_IMAGE
?=
golang:1.1
1
DEV_IMAGE
?=
golang:1.1
2
SHORT_NAME
?=
tiller
SHORT_NAME_RUDDER
?=
rudder
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