Skip to content

Commit ada60cf

Browse files
author
Shoaeb Jindani
committed
Removed occurrences of IBM keyword
Signed-off-by: Shoaeb Jindani <jindani.shoaeb@ibm.com>
1 parent 3bb45bb commit ada60cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pkg/k8sbuilder/golang_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ func TestGolangRunContainer(t *testing.T) {
4747
rmd := &runMetadata{
4848
PeerAddress: "peer-address:9999",
4949
}
50-
gt.Expect(golangRunContainer(rmd, "us.icr.io/ibp-temp/ibp-goenv:2.1.0-20200505-amd64")).To(Equal(v1.Container{
50+
gt.Expect(golangRunContainer(rmd, "dockerhub.io/fabric-chaincode-baseimage/goenv:latest-amd64")).To(Equal(v1.Container{
5151
Name: "run-go-chaincode",
52-
Image: "us.icr.io/ibp-temp/ibp-goenv:2.1.0-20200505-amd64",
52+
Image: "dockerhub.io/fabric-chaincode-baseimage/goenv:latest-amd64",
5353
ImagePullPolicy: v1.PullAlways,
5454
Command: []string{"/bin/sh"},
5555
Args: []string{

pkg/tls/tls.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func (g *Generate) SelfSignedCert(params Param, privKey interface{}) ([]byte, er
7878
template := x509.Certificate{
7979
SerialNumber: serialNumber,
8080
Subject: pkix.Name{
81-
Organization: []string{"IBM IBP"},
81+
Organization: []string{"IBP"},
8282
},
8383
NotBefore: notBefore,
8484
NotAfter: notAfter,

0 commit comments

Comments
 (0)