Skip to content

Commit

Permalink
bump platform version
Browse files Browse the repository at this point in the history
  • Loading branch information
rawlingsj committed Jan 8, 2018
1 parent feb5e68 commit 556ab74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 95 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CHART_REPO := http://chartmuseum.thunder.thunder.fabric8.io
CHART := jenkins-x-platform
CHART_VERSION := 0.0.1
CHART_VERSION := 0.0.3
OS := $(shell uname)
HELM := $(shell command -v helm 2> /dev/null)
WATCH := $(shell command -v watch --help 2> /dev/null)
Expand Down Expand Up @@ -45,4 +45,4 @@ delete:
kubectl delete cm --all

clean: setup
rm -rf secrets.yaml.dec
rm -rf secrets.yaml.dec
93 changes: 0 additions & 93 deletions env-minikube/secrets.yaml
Original file line number Diff line number Diff line change
@@ -1,93 +0,0 @@
exposecontroller:
exposecontroller:
APIServer:
Domain:

monocular:
api:
auth:
github:
clientID:
clientSecret:
ingress:
hosts:
- monocular.thunder.foo.nip.io

jenkins:
Master:
AdminPassword: admin

PipelineSecrets:
DockerConfig:
GithubToken:
NPMToken:
PipelineSecrets:
pubring:
secjenkins:
secring:
trustdb:
SSHConfig: |-
Host github.com
User git
IdentityFile /root/.ssh-git/ssh-key
StrictHostKeyChecking no
MavenSettingsXML: |-
<settings>
<localRepository>/home/jenkins/.mvnrepository</localRepository>
<!--This sends everything else to /public -->
<mirrors>
<mirror>
<id>nexus</id>
<mirrorOf>external:*</mirrorOf>
<url>http://fabric8-sonatype-nexus.shared/content/groups/public</url>
</mirror>
</mirrors>
<!-- lets disable the download progress indicator that fills up logs -->
<interactiveMode>false</interactiveMode>
<servers>
<server>
<id>local-nexus</id>
<username>admin</username>
<password>admin123</password>
</server>
<server>
<id>nexus</id>
<username>admin</username>
<password>admin123</password>
</server>
</servers>
<profiles>
<profile>
<id>nexus</id>
<properties>
<altDeploymentRepository>local-nexus::default::http://fabric8-sonatype-nexus.shared/content/repositories/staging/</altDeploymentRepository>
<altReleaseDeploymentRepository>local-nexus::default::http://fabric8-sonatype-nexus.shared/content/repositories/staging/</altReleaseDeploymentRepository>
<altSnapshotDeploymentRepository>local-nexus::default::http://fabric8-sonatype-nexus.shared/content/repositories/staging/</altSnapshotDeploymentRepository>
</properties>
<repositories>
<repository>
<id>central</id>
<url>http://central</url>
<releases><enabled>true</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>central</id>
<url>http://central</url>
<releases><enabled>true</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
<activeProfiles>
<activeProfile>nexus</activeProfile>
</activeProfiles>
</settings>

0 comments on commit 556ab74

Please sign in to comment.