Skip to content

Commit

Permalink
feat: Use new Docker repository (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjjaramillo authored May 3, 2024
1 parent c6c326e commit 1e905b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.20 as builder
FROM golang:1.22 as builder
ARG TARGETOS
ARG TARGETARCH

Expand All @@ -16,7 +16,7 @@ COPY cmd/main.go cmd/main.go
COPY api/ api/
COPY internal/ internal/
COPY pkg/ pkg/
COPY versions.txt versions.txt
# COPY versions.txt versions.txt

ARG VERSION_PKG
ARG VERSION
Expand Down
4 changes: 2 additions & 2 deletions charts/k8s-agents-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ controllerManager:

manager:
image:
repository: ghcr.io/newrelic-experimental/newrelic-agent-operator/newrelic-agent-operator
tag: main
repository: newrelic/k8s-agents-operator
tag: '0.1.0'
resources:
requests:
cpu: 100m
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/newrelic/k8s-agents-operator

go 1.22.2
go 1.22

require (
github.com/go-logr/logr v1.2.3
Expand Down

0 comments on commit 1e905b1

Please sign in to comment.