Skip to content

Commit 9a314ce

Browse files
committed
new changes
1 parent 21c3412 commit 9a314ce

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

deployer-image/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ MANIFEST_DIR := marketplace/manifests
66

77
# Semantic minor version (TRACK) and full release version
88
# TODO(sabith) read from tag
9-
TRACK ?= 1.5
9+
TRACK ?= 1.6
1010
RELEASE ?= ${TRACK}.0
1111

1212
# Docker registry and image names

deployer-image/terraform/main.tf

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
terraform {
2-
required_providers {
3-
helm = {
4-
source = "hashicorp/helm"
5-
version = ">= 2.0"
6-
}
7-
kubernetes = {
8-
source = "hashicorp/kubernetes"
9-
version = ">= 2.0"
10-
}
11-
}
12-
}
13-
141
locals {
152
labels = merge(var.labels, {
163
"maintainer" = "stackgen"
@@ -26,7 +13,6 @@ provider "helm" {
2613
}
2714
}
2815

29-
3016
provider "kubernetes" {
3117
host = "https://kubernetes.default.svc"
3218
token = file("/var/run/secrets/kubernetes.io/serviceaccount/token")
@@ -35,8 +21,6 @@ provider "kubernetes" {
3521
insecure = false
3622
}
3723

38-
39-
4024
module "stackgen" {
4125
source = "./modules/stackgen-installation"
4226
domain = var.domain

0 commit comments

Comments
 (0)