Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable combined manifest (Ubuntu) #90

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .octopus/ubuntu.18.04/deployment_process.ocl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ step "push-docker-image" {
DockerPush.Target.Docker.Registry.Password = "#{Docker.Registry.Target.Password}"
DockerPush.Target.Docker.Registry.Username = "#{Docker.Registry.Target.Username}"
DockerPush.Target.Docker.Repository = "#{Docker.Registry.Target.Repository}"
Octopus.Action.RunOnServer = "true"
Octopus.Action.Template.Id = "ActionTemplates-2141"
Octopus.Action.Template.Version = "11"
}
Expand All @@ -26,12 +25,12 @@ step "create-docker-manifest" {

action {
environments = ["staging", "production"]
is_disabled = true
properties = {
DockerPush.Target.Docker.Registry.Hostname = "#{Docker.Registry.Target.Hostname}"
DockerPush.Target.Docker.Registry.Password = "#{Docker.Registry.Target.Password}"
DockerPush.Target.Docker.Registry.Username = "#{Docker.Registry.Target.Username}"
DockerPush.Target.Docker.Repository = "#{Docker.Registry.Target.Repository}"
Octopus.Action.RunOnServer = "true"
Octopus.Action.Template.Id = "ActionTemplates-2741"
Octopus.Action.Template.Version = "4"
}
Expand Down
2 changes: 1 addition & 1 deletion .octopus/ubuntu.18.04/schema_version.ocl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = 6
version = 7
2 changes: 1 addition & 1 deletion ubuntu.22.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG Eks_Cli_Version=v0.156.0
ARG Google_Cloud_Cli_Version=445.0.0-0
ARG Google_Cloud_Gke_Cloud_Auth_Plugin_Version=412.0.0-0
ARG Helm_Version=v3.7.1
ARG Java_Jdk_Version=11.0.21+9-0ubuntu1~22.04
ARG Java_Jdk_Version=11.0.22+7-0ubuntu2~22.04.1
ARG Kubectl_Version=1.28.1-00
ARG Kubelogin_Version=v0.0.30
ARG Octopus_Cli_Version=1.7.1
Expand Down