Skip to content

Commit

Permalink
changed helm image
Browse files Browse the repository at this point in the history
  • Loading branch information
eamonkey committed Feb 23, 2018
1 parent 8da9f3d commit b0971b0
Show file tree
Hide file tree
Showing 9 changed files with 288 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
vendor/
*.tgz
levo-charts
croc-hunter
croc-hunter
/keys
19 changes: 19 additions & 0 deletions .idea/croc-hunter.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

240 changes: 240 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ podTemplate(label: 'jenkins-pipeline', containers: [
containerTemplate(name: 'jnlp', image: 'lachlanevenson/jnlp-slave:3.10-1-alpine', args: '${computer.jnlpmac} ${computer.name}', workingDir: '/home/jenkins', resourceRequestCpu: '200m', resourceLimitCpu: '300m', resourceRequestMemory: '256Mi', resourceLimitMemory: '512Mi'),
containerTemplate(name: 'docker', image: 'docker:1.12.6', command: 'cat', ttyEnabled: true),
containerTemplate(name: 'golang', image: 'golang:1.8.3', command: 'cat', ttyEnabled: true),
containerTemplate(name: 'helm', image: 'lachlanevenson/k8s-helm:v2.6.0', command: 'cat', ttyEnabled: true),
containerTemplate(name: 'kubectl', image: 'lachlanevenson/k8s-kubectl:v1.4.8', command: 'cat', ttyEnabled: true)
containerTemplate(name: 'helm', image: 'dtzar/helm-kubectl:2.8.1', command: 'cat', ttyEnabled: true),
containerTemplate(name: 'kubectl', image: 'lachlanevenson/k8s-kubectl:v1.9.3', command: 'cat', ttyEnabled: true)
],
volumes:[
hostPathVolume(mountPath: '/var/run/docker.sock', hostPath: '/var/run/docker.sock'),
Expand Down
6 changes: 3 additions & 3 deletions Jenkinsfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"cpu": "10m",
"memory": "128Mi",
"test": true,
"hostname": "croc-hunter.acs.az.estrado.io"
"hostname": "croc-hunter.squareroute.io"
},
"container_repo": {
"host": "quay.io",
"master_acct": "lachie83",
"alt_acct": "lachie83",
"master_acct": "eamonkeane+crochunter",
"alt_acct": "eamonkeane+crochunter",
"jenkins_creds_id": "quay_creds",
"repo": "croc-hunter",
"dockeremail": ".",
Expand Down
1 change: 1 addition & 0 deletions keys/quay-credentials
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker login -u="eamonkeane+crochunter" -p="B01TBRQ2DH9QS4634H0GE8VBNDG1U1NMLG6X7NMGLVRYU652W5V0CVSRQOZOUUZD" quay.io

0 comments on commit b0971b0

Please sign in to comment.