Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
Update tekton, linkerd and gloo to the latest releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Daishan committed Jul 31, 2020
1 parent 6c625a4 commit e7b3dac
Show file tree
Hide file tree
Showing 5 changed files with 583 additions and 239 deletions.
2 changes: 1 addition & 1 deletion modules/letsencrypt/controllers/publicdomain/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func Register(ctx context.Context, rContext *types.Context) error {

adminv1controller.RegisterPublicDomainGeneratingHandler(ctx,
rContext.Admin.Admin().V1().PublicDomain(),
apply,
apply.WithSetOwnerReference(true, false),
"LetsencryptCertificateDeployed",
"letsencrypt-publicdomain",
fh.Handle,
Expand Down
2 changes: 1 addition & 1 deletion pkg/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var (
Prometheus = "prometheus"
RDNSURL = "https://api.on-rio.io/v1"

LinkerdInstallImage = "rancher/linkerd-install:stable-2.6.1"
LinkerdInstallImage = "rancher/linkerd-install:stable-2.8.1"

RegistryStorageSize = "20Gi"
)
8 changes: 4 additions & 4 deletions stacks/bindata.go

Large diffs are not rendered by default.

Loading

0 comments on commit e7b3dac

Please sign in to comment.