Skip to content

Commit

Permalink
Merge pull request #7 from varshaprasad96/remove-ingress
Browse files Browse the repository at this point in the history
remove ingress depedency
  • Loading branch information
fabianvf committed Mar 30, 2022
2 parents 243dd16 + 2558b38 commit 8fca8a9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
###############

# Set DOCKER_REGISTRY to customise the image docker repo, e.g. "quay.io/jetstack"
DOCKER_REGISTRY := docker.io/fabianvf
DOCKER_REGISTRY := docker.io/varshaprasadnarsing
# Set APP_VERSION to customize the image tag, eg "v0.0.5-dev"
APP_VERSION :=
# Set the target platform to build for. Defaults to linux/amd64
Expand Down
12 changes: 5 additions & 7 deletions cmd/controller/app/options/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ import (
cmdutil "github.com/cert-manager/cert-manager/cmd/util"
"github.com/cert-manager/cert-manager/internal/controller/feature"
cm "github.com/cert-manager/cert-manager/pkg/apis/certmanager"
challengescontroller "github.com/cert-manager/cert-manager/pkg/controller/acmechallenges"
orderscontroller "github.com/cert-manager/cert-manager/pkg/controller/acmeorders"
shimgatewaycontroller "github.com/cert-manager/cert-manager/pkg/controller/certificate-shim/gateways"
shimingresscontroller "github.com/cert-manager/cert-manager/pkg/controller/certificate-shim/ingresses"
cracmecontroller "github.com/cert-manager/cert-manager/pkg/controller/certificaterequests/acme"
crapprovercontroller "github.com/cert-manager/cert-manager/pkg/controller/certificaterequests/approver"
crcacontroller "github.com/cert-manager/cert-manager/pkg/controller/certificaterequests/ca"
Expand Down Expand Up @@ -158,10 +156,10 @@ var (
issuerscontroller.ControllerName,
clusterissuerscontroller.ControllerName,
certificatesmetricscontroller.ControllerName,
shimingresscontroller.ControllerName,
shimgatewaycontroller.ControllerName,
// shimingresscontroller.ControllerName,
// shimgatewaycontroller.ControllerName,
orderscontroller.ControllerName,
challengescontroller.ControllerName,
// challengescontroller.ControllerName,
cracmecontroller.CRControllerName,
crapprovercontroller.ControllerName,
crcacontroller.CRControllerName,
Expand All @@ -181,9 +179,9 @@ var (
issuerscontroller.ControllerName,
clusterissuerscontroller.ControllerName,
certificatesmetricscontroller.ControllerName,
shimingresscontroller.ControllerName,
// shimingresscontroller.ControllerName,
orderscontroller.ControllerName,
challengescontroller.ControllerName,
// challengescontroller.ControllerName,
cracmecontroller.CRControllerName,
crapprovercontroller.ControllerName,
crcacontroller.CRControllerName,
Expand Down
2 changes: 1 addition & 1 deletion kcp-resources/cert-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ spec:
name: kubeconfig
containers:
- name: cert-manager
image: "docker.io/fabianvf/cert-manager-controller:v1.7.0-beta.0.195-b8d38c955a7f92-dirty"
image: "docker.io/varshaprasadnarsing/cert-manager-controller:v1.7.0-beta.0.197-22667a37b5b871-dirty"
imagePullPolicy: Always
volumeMounts:
- name: kubeconfig
Expand Down

0 comments on commit 8fca8a9

Please sign in to comment.