Skip to content

Commit

Permalink
minor fixes based on feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Smart <[email protected]>
  • Loading branch information
mcred committed Mar 9, 2022
1 parent d71bbd9 commit 1dcb550
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spinnakerBundle {
version = rootProject.version
}

version = "0.0.36"
version = "0.0.37"

subprojects {
group = "org.liquibase.spinnaker.plugin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ parameters:
-Doracle.net.kerberos5_mutual_authentication=true
-Doracle.net.authentication_services=KERBEROS5
- name: LB_HOST_NAME
label: Liquibase Target Host Name
description: Host Name for Liquibase Target
label: Active Directory Host Name
description: Host Name for Active Directory
mapping: manifest.spec.template.spec.containers[0].env[2].value
defaultValue: lb-cs.datical.net
- name: LB_HOST_IP
label: Liquibase Target Host IP Address
description: IP Address for Liquibase Target
label: Active Directory Host IP Address
description: IP Address for Active Directory
mapping: manifest.spec.template.spec.containers[0].env[3].value
defaultValue: 172.30.1.13
- name: CHANGELOG_REPO
Expand All @@ -51,7 +51,7 @@ manifest:
apiVersion: batch/v1
kind: Job
metadata:
name: liquibase-runner-100
generateName: liquibase-runner
spec:
template:
spec:
Expand Down

0 comments on commit 1dcb550

Please sign in to comment.